Add bot section with api token and chatid
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user