fix: update .gitignore and remove sensitive config.toml, add config.example.toml
This commit is contained in:
parent
a5fd96116d
commit
ac9510d615
2 changed files with 4 additions and 4 deletions
16
config.example.toml
Normal file
16
config.example.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
imap_server = "imap.gmail.com"
|
||||
imap_port = 993
|
||||
imap_username = "@gmail.com"
|
||||
imap_password = ""
|
||||
discord_webhook_url = ""
|
||||
|
||||
# Ignore emails from these senders (exact match or partial match)
|
||||
ignored_senders = [
|
||||
"no-reply@accounts.google.com"
|
||||
]
|
||||
|
||||
# Ignore emails with these subjects (partial match)
|
||||
ignored_subjects = [
|
||||
"Security Alert",
|
||||
"보안"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue