forked from CustomIcon/GitGram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
31 lines (31 loc) · 895 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
{
"name": "GitGram",
"description": "GitHub and GitLab Integration for Telegram Bot API",
"logo": "",
"keywords": [
"telegram",
"github"
],
"repository": "https://github.com/pokurt/GitGram",
"website": "https://github.com/pokurt/GitGram",
"success_url": "https://t.me/GitGramChat",
"stack": "container",
"env": {
"ENV": {
"description": "Fill this if you using environ variable as config.",
"value": "True"
},
"BOT_TOKEN": {
"description": "Get Bot API Token from @BotFather",
"value": ""
},
"PROJECT_NAME": {
"description": "Project of what you desire",
"value": ""
},
"APP_URL": {
"description": "Heroku app url, example: https://appname.herokuapp.com",
"value": ""
}
}
}