🐳 chore: 替换配置文件

This commit is contained in:
imsyy
2024-11-05 16:07:09 +08:00
parent d27ef0d116
commit 7b610ef8cd
4 changed files with 7 additions and 1 deletions

24
.env.example Normal file
View File

@@ -0,0 +1,24 @@
# 服务端口
PORT = 6688
# 允许的域名
ALLOWED_DOMAIN = "*"
# 允许的主域名,填写格式为 imsyy.top
## 若填写该项,将忽略 ALLOWED_DOMAIN
ALLOWED_HOST = ""
# ROBOT
DISALLOW_ROBOT = true
# 缓存时长( 秒
CACHE_TTL = 3600
# 请求超时( 毫秒
REQUEST_TIMEOUT = 6000
# 是否输出日志
USE_LOG_FILE = true
# RSS Mode
RSS_MODE = false