docs: 添加 config.example.json 配置模板
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"port": 8000,
|
||||||
|
"password": "换成你的管理密码",
|
||||||
|
"global_interval_seconds": 300,
|
||||||
|
"retry_count": 2,
|
||||||
|
"timeout_seconds": 10,
|
||||||
|
"max_workers": 8,
|
||||||
|
"telegram_bot_token": "",
|
||||||
|
"telegram_chat_id": ""
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user