diff --git a/src/configs/main.js b/src/configs/main.js index 9ebb549..2a9d5ad 100644 --- a/src/configs/main.js +++ b/src/configs/main.js @@ -6,6 +6,10 @@ const Configs = { app: { port: process.env.PORT || 3000 }, + bot: { + apiToken: process.env.TELEGRAM_API_TOKEN, + chatId: process.env.TELEGRAM_CHAT_ID + } }; export default Configs; \ No newline at end of file