diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..ac2ade6 --- /dev/null +++ b/config.example.json @@ -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": "" +}