Update Config

This commit is contained in:
Moe Poi ~ 2022-04-05 17:43:24 +07:00
parent 2408b8474c
commit 8489b1a274

View file

@ -15,6 +15,7 @@ const config = {
user: env.MAIL_USER,
password: env.MAIL_PASSWORD
},
telegram: env.TG_BOT_TOKEN,
};
module.exports = config;