Add bot section with api token and chatid

This commit is contained in:
Amir Husayn Panahifar 2025-04-08 02:48:14 +03:30
parent d2287aadcc
commit 0c760dc303

View file

@ -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;