mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
11 lines
194 B
TypeScript
11 lines
194 B
TypeScript
// 创建配置对象
|
|
export const config = {
|
|
PORT: 6688,
|
|
DISALLOW_ROBOT: true,
|
|
CACHE_TTL: 3600,
|
|
REQUEST_TIMEOUT: 6000,
|
|
ALLOWED_DOMAIN: "*",
|
|
USE_LOG_FILE: true,
|
|
RSS_MODE: false,
|
|
}
|