From c6180834bc4e60b25e0af0d1162526415d8a7b6a Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Fri, 17 Jul 2026 22:08:14 +0800 Subject: [PATCH] chore: remove old YAML config files, keep config.example.json --- config.yaml.example | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 config.yaml.example diff --git a/config.yaml.example b/config.yaml.example deleted file mode 100644 index 454dba0..0000000 --- a/config.yaml.example +++ /dev/null @@ -1,32 +0,0 @@ -email_accounts: - - imap_server: "imap.gmail.com" - imap_port: 993 - username: "your_email@gmail.com" - password: "your_app_password" - use_ssl: true - smtp: - server: "smtp.gmail.com" - port: 465 - use_ssl: true - - - imap_server: "imap.126.com" - imap_port: 993 - username: "your_email@126.com" - password: "your_auth_code" - use_ssl: true - smtp: - server: "smtp.126.com" - port: 465 - use_ssl: true - -ai: - api_key: "sk-your_deepseek_api_key" - model: "deepseek-chat" - base_url: "https://api.deepseek.com" - -telegram: - bot_token: "1234567890:ABCdefGHIjklmNOPqrstUVwxyz" - chat_id: "123456789" - -polling: - interval_seconds: 60