Skip to content

Commit 6db5152

Browse files
committed
Add missing HMD_ALLOW_ORIGIN variable
1 parent e18d49d commit 6db5152

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

app.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,16 @@
3535
"description": "sub url path, like `www.example.com/<URL_PATH>`",
3636
"required": false
3737
},
38-
"HMD_ALLOW_ORIGIN": {
38+
"HMD_PORT": {
3939
"description": "web app port",
4040
"required": false,
4141
"value": "80"
4242
},
43+
"HMD_ALLOW_ORIGIN": {
44+
"description": "domain name whitelist (use comma to separate)",
45+
"required": false,
46+
"value": "localhost"
47+
},
4348
"HMD_PROTOCOL_USESSL": {
4449
"description": "set to use ssl protocol for resources path (only applied when domain is set)",
4550
"required": false

0 commit comments

Comments
 (0)