-
Notifications
You must be signed in to change notification settings - Fork 171
/
Copy pathapp.json
46 lines (46 loc) · 1.34 KB
/
app.json
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
37
38
39
40
41
42
43
44
45
46
{
"name": "Go Filter Bot",
"description": "A Simple yet superfast Filter bot written in pure Go",
"logo": "https://raw.githubusercontent.com/Jisin0/Go-Filter-Bot/logo.jpg",
"keywords": [
"Go",
"Filter",
"Mongo DB"
],
"website": "https://github.com/Jisin0",
"repository": "https://github.com/Jisin0/Go-Filter-Bot",
"success_url": "https://telegram.dog/Jisin0",
"env": {
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"MONGODB_URI": {
"description": "Your Mongo DB URL Obtained From mongodb.com",
"value": ""
},
"ADMINS": {
"description": "A List Ids of bot admins seperated by spaces.",
"value": ""
},
"AUTO_DELETE": {
"description": "Time in minutes after which filter results are automatically deleted.",
"value": ""
},
"MULTI_FILTER": {
"description": "Set to True if multiple filters should be processed for a single message.",
"value": ""
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-go.git"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "eco"
}
}
}