docs: 添加 config.example.json 配置模板

This commit is contained in:
2026-08-05 10:17:56 +08:00
parent 58c39bc60a
commit c4f5c64804
+10
View File
@@ -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": ""
}