From ac9510d6158fe279c3973307df27656603cf52c4 Mon Sep 17 00:00:00 2001 From: imnyang Date: Tue, 20 Jan 2026 19:16:06 +0900 Subject: [PATCH] fix: update .gitignore and remove sensitive config.toml, add config.example.toml --- .gitignore | 2 +- config.toml => config.example.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename config.toml => config.example.toml (54%) diff --git a/.gitignore b/.gitignore index 3d62c7b..aafb6ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /target .env - +config.toml \ No newline at end of file diff --git a/config.toml b/config.example.toml similarity index 54% rename from config.toml rename to config.example.toml index d075136..db33273 100644 --- a/config.toml +++ b/config.example.toml @@ -1,8 +1,8 @@ imap_server = "imap.gmail.com" imap_port = 993 -imap_username = "newsletter.imnyang@gmail.com" -imap_password = "clff bevg toji slvy" -discord_webhook_url = "https://discord.com/api/webhooks/1463015024799776870/CkA_QMSOz9MIplB-zkgqqK_Blv6BBjFe-MI6KE0Nw8OANTb2jORguyQycVgmIwmuGp8b" +imap_username = "@gmail.com" +imap_password = "" +discord_webhook_url = "" # Ignore emails from these senders (exact match or partial match) ignored_senders = [