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
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
/target
|
/target
|
||||||
.env
|
.env
|
||||||
|
config.toml
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
imap_server = "imap.gmail.com"
|
imap_server = "imap.gmail.com"
|
||||||
imap_port = 993
|
imap_port = 993
|
||||||
imap_username = "newsletter.imnyang@gmail.com"
|
imap_username = "@gmail.com"
|
||||||
imap_password = "clff bevg toji slvy"
|
imap_password = ""
|
||||||
discord_webhook_url = "https://discord.com/api/webhooks/1463015024799776870/CkA_QMSOz9MIplB-zkgqqK_Blv6BBjFe-MI6KE0Nw8OANTb2jORguyQycVgmIwmuGp8b"
|
discord_webhook_url = ""
|
||||||
|
|
||||||
# Ignore emails from these senders (exact match or partial match)
|
# Ignore emails from these senders (exact match or partial match)
|
||||||
ignored_senders = [
|
ignored_senders = [
|
||||||
Loading…
Add table
Add a link
Reference in a new issue