Skip to content

Commit

Permalink
Update config.example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
istiak101 authored May 2, 2023
1 parent dcb1eda commit 010e71f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/config.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ module.exports = {
token: 'PUSHOVER_TOKEN',
},
},
telegram: {
enabled: false,
config: {
token: 'TELEGRAM_BOT_TOKEN',
chatid: 'TELEGRAM_CHAT_ID',
},
},
email: {
enabled: true,
config: { // Nodemailer configuration
Expand Down

0 comments on commit 010e71f

Please sign in to comment.