Files
ai-balance-monitor/config.example.json
T

11 lines
214 B
JSON

{
"port": 8000,
"password": "换成你的管理密码",
"global_interval_seconds": 300,
"retry_count": 2,
"timeout_seconds": 10,
"max_workers": 8,
"telegram_bot_token": "",
"telegram_chat_id": ""
}