forked from aahnik/tgcf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
21 lines (21 loc) · 741 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "tgcf",
"stack": "container",
"description": "The ultimate tool to automate telegram message forwarding. To learn more visit https://github.com/aahnik/tgcf/wiki/Deploy-to-Heroku",
"keywords": ["telegram", "forwarding", "automation"],
"website": "https://aahnik.dev",
"repository": "https://github.com/aahnik/tgcf",
"logo": "https://user-images.githubusercontent.com/66209958/115183360-3fa4d500-a0f9-11eb-9c0f-c5ed03a9ae17.png",
"env": {
"PASSWORD": {
"description": "The password to protect the web interface",
"value": "",
"required": true
},
"MONGO_CON_STR": {
"description": "The connection string to mongo db database",
"value": "",
"required": false
}
}
}