-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 800 Bytes
/
app.json
File metadata and controls
34 lines (34 loc) · 800 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
29
30
31
32
33
34
{
"name": "nodejs1.0",
"description": "Deploy nodejs to heroku",
"keywords": ["nodejs"],
"env": {
"UUID": {
"description": "UUID",
"value": "fd80f56e-93f3-4c85-b2a8-c77216c509a7"
},
"VPATH": {
"description": "XX路径",
"value": "vls"
},
"NEZHA_SERVER": {
"description": "哪吒服务器地址",
"value": ""
},
"NEZHA_KEY": {
"description": "哪吒密钥",
"value": ""
},
"SUB_NAME": {
"description": "容器名称",
"value": "heroku"
},
"SUB_URL": {
"description": "订阅上传地址",
"value": ""
}
},
"stack": "container",
"website": "https://github.com/dsadsadsss/nodejs-wanju2",
"repository": "https://github.com/dsadsadsss/nodejs-wanju2"
}