Add bot section with api token and chatid
This commit is contained in:
parent
d2287aadcc
commit
0c760dc303
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ const Configs = {
|
||||||
app: {
|
app: {
|
||||||
port: process.env.PORT || 3000
|
port: process.env.PORT || 3000
|
||||||
},
|
},
|
||||||
|
bot: {
|
||||||
|
apiToken: process.env.TELEGRAM_API_TOKEN,
|
||||||
|
chatId: process.env.TELEGRAM_CHAT_ID
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Configs;
|
export default Configs;
|
Loading…
Add table
Add a link
Reference in a new issue