-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathapp.json
33 lines (33 loc) · 879 Bytes
/
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
{
"name": "filmigobot",
"description": "Inline Telegram bot to Search Multiple Movie Databases",
"keywords": [
"Go",
"filmigo",
"Telegram"
],
"website": "https://github.com/Jisin0",
"repository": "https://github.com/Jisin0/filmigobot",
"success_url": "https://telegram.dog/Jisin0",
"env": {
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"DEFAULT_SEARCH_METHOD": {
"description": "The default method to use for inline search. Possible values are jw, imdb & omdb.",
"value": ""
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-go.git"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "eco"
}
}
}