22 lines
439 B
Plaintext
22 lines
439 B
Plaintext
|
|
# WPS Bot Game 配置文件示例
|
||
|
|
# 复制此文件为 config.env 并修改相应配置
|
||
|
|
|
||
|
|
# WPS Webhook URL (必需)
|
||
|
|
# 格式: https://xz.wps.cn/api/v1/webhook/send?key=your_key
|
||
|
|
WEBHOOK_URL=https://xz.wps.cn/api/v1/webhook/send?key=your_key_here
|
||
|
|
|
||
|
|
# 服务器配置
|
||
|
|
HOST=0.0.0.0
|
||
|
|
PORT=11000
|
||
|
|
WORKERS=1
|
||
|
|
|
||
|
|
# 日志配置
|
||
|
|
LOG_LEVEL=info
|
||
|
|
|
||
|
|
# 数据库配置
|
||
|
|
DATABASE_URL=sqlite:///data/bot.db
|
||
|
|
|
||
|
|
# 其他配置
|
||
|
|
SESSION_TIMEOUT=300
|
||
|
|
CONCURRENCY_LIMIT=5
|