newsnow/server/config.ts
2024-09-29 20:57:24 +08:00

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,
}