新增webhook url参数
This commit is contained in:
21
config.env.example
Normal file
21
config.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user