初始化
This commit is contained in:
14
env.example
Normal file
14
env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# WPS Webhook配置
|
||||
WEBHOOK_URL=https://xz.wps.cn/api/v1/webhook/send?key=YOUR_KEY_HERE
|
||||
|
||||
# 数据库配置
|
||||
DATABASE_PATH=data/bot.db
|
||||
|
||||
# 系统配置
|
||||
MAX_CONCURRENT_REQUESTS=5
|
||||
SESSION_TIMEOUT=1800
|
||||
MESSAGE_RATE_LIMIT=20
|
||||
|
||||
# 日志配置
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
Reference in New Issue
Block a user