diff --git a/config.js.example b/config.js.example index 10ebdaa..4ba1bc6 100644 --- a/config.js.example +++ b/config.js.example @@ -15,6 +15,7 @@ const config = { user: env.MAIL_USER, password: env.MAIL_PASSWORD }, + telegram: env.TG_BOT_TOKEN, }; module.exports = config; \ No newline at end of file