Skip to content

Commit

Permalink
Add Telegram configuration to config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons committed Jan 22, 2024
1 parent 88242e7 commit 6fc9128
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ app:
retry_login_interval: 600
# Drive destination
root: "icloud"
telegram:
# bot_token: <your Telegram bot token>
# chat_id: <your Telegram user or chat ID>
smtp:
## If you want to receive email notifications about expired/missing 2FA credentials then uncomment
# email: "[email protected]"
Expand Down
3 changes: 3 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ app:
retry_login_interval: 600
# Drive destination
root: "icloud"
telegram:
# bot_token: <your Telegram bot token>
# chat_id: <your Telegram user or chat ID>
smtp:
# If you want to receive email notifications about expired/missing 2FA credentials then uncomment
# email: "[email protected]"
Expand Down

0 comments on commit 6fc9128

Please sign in to comment.