forked from mixool/subconverterku
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
28 lines (28 loc) · 893 Bytes
/
app.json
File metadata and controls
28 lines (28 loc) · 893 Bytes
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
{
"name": "SubConverter",
"description": "Run SubConverter on Heroku.",
"keywords": ["subconverter"],
"website": "https://github.com/mixool/subconverterku",
"repository": "https://github.com/mixool/subconverterku",
"stack": "container",
"env": {
"API_TOKEN": {
"description": "TOKEN参数",
"value": "password"
},
"MY_PREF_INI": {
"description": "自定义pref.ini配置文件网络地址,不熟悉配置请勿填写修改",
"value": "",
"required": false
},
"MY_PRO_INI": {
"description": "节点列表即profiles/pro.ini配置文件地址,参考下面链接文件内容",
"value": "https://raw.githubusercontent.com/mixool/subconverterku/master/etc/links.diy"
},
"NOTHING": {
"description": "部署完成后修改此变量触发新节点配置",
"value": "",
"required": false
}
}
}