forked from Indianmusics/Chatbot-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
36 lines (36 loc) · 1.03 KB
/
app.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "ʀᴀɴɪ ᴄʜᴀᴛʙᴏᴛ",
"description": "A Telegram Chat Bot Based On ptb",
"keywords": [
"telegram",
"open",
"source",
"multi",
"Nibi",
"anie",
"Chatbot",
"ai-chatbot"
],
"env": {
"MONGO_DB_URL": {
"description": "ʀᴇǫᴜɪʀᴇᴅ ғᴏʀ ᴅᴀᴛᴀʙᴀsᴇ ᴄᴏɴɴᴇᴄᴛɪᴏɴs. cloud.mongodb.com /ɪғ ʏᴏᴜ ᴅᴏɴ'ᴛ ʜᴀᴠᴇ ʟᴇᴀᴠᴇ ɪᴛ",
"required": false,
"value": "mongodb+srv://bsdk:betichod@cluster0.fgj1r9z.mongodb.net/?retryWrites=true&w=majority"
},
"NO_LOAD": {
"description": "ɪғ ʏᴏᴜ ᴡᴀɴᴛ ᴛᴏ ɴᴏ ʟᴏᴀᴅ ᴀɴʏ ᴍᴏᴅᴜʟᴇ's /ʟᴇᴀᴠᴇ ɪᴛ ᴀs ɪᴛ ᴀs ",
"required": false,
"value": ""
},
"TOKEN": {
"description": "ʙᴏᴛ ᴛᴏᴋᴇɴ ғʀᴏᴍ @botfather..",
"value": "BOT_TOKEN"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"stack": "container"
}