Add missing HMD_ALLOW_ORIGIN variable
This commit is contained in:
parent
e18d49d8a5
commit
6db5152808
1 changed files with 6 additions and 1 deletions
7
app.json
7
app.json
|
@ -35,11 +35,16 @@
|
||||||
"description": "sub url path, like `www.example.com/<URL_PATH>`",
|
"description": "sub url path, like `www.example.com/<URL_PATH>`",
|
||||||
"required": false
|
"required": false
|
||||||
},
|
},
|
||||||
"HMD_ALLOW_ORIGIN": {
|
"HMD_PORT": {
|
||||||
"description": "web app port",
|
"description": "web app port",
|
||||||
"required": false,
|
"required": false,
|
||||||
"value": "80"
|
"value": "80"
|
||||||
},
|
},
|
||||||
|
"HMD_ALLOW_ORIGIN": {
|
||||||
|
"description": "domain name whitelist (use comma to separate)",
|
||||||
|
"required": false,
|
||||||
|
"value": "localhost"
|
||||||
|
},
|
||||||
"HMD_PROTOCOL_USESSL": {
|
"HMD_PROTOCOL_USESSL": {
|
||||||
"description": "set to use ssl protocol for resources path (only applied when domain is set)",
|
"description": "set to use ssl protocol for resources path (only applied when domain is set)",
|
||||||
"required": false
|
"required": false
|
||||||
|
|
Loading…
Reference in a new issue