forked from tindy2013/heroku-subconverter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
22 lines (22 loc) · 858 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
{
"name": "SubConverter",
"description": "Run SubConverter on Heroku.",
"keywords": ["subconverter"],
"website": "https://github.com/tindy2013/heroku-subconverter",
"repository": "https://github.com/tindy2013/subconverter",
"stack": "container",
"env": {
"API_MODE": {
"description": "Whether to enable API mode. This field should always be set to true if you want to specify other settings here.",
"value": "true"
},
"API_TOKEN": {
"description": "The access token for accessing local files and modifying settings.",
"generator": "secret"
},
"MANAGED_PREFIX": {
"description": "Address prefix used for generating RULE-SET and provider URLs. On Heroku this field should be \"https://{App name}.herokuapp.com\" (Replace \"{App name}\" with the one you set above).",
"value": ""
}
}
}