From c4f5c6480404c5b946e3c6d5111f5a213f4f3c56 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Wed, 5 Aug 2026 10:17:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=20config.example.jso?= =?UTF-8?q?n=20=E9=85=8D=E7=BD=AE=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.example.json 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": "" +}