We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e18d49d + 6db5152 commit b6aa0e9Copy full SHA for b6aa0e9
1 file changed
app.json
@@ -35,11 +35,16 @@
35
"description": "sub url path, like `www.example.com/<URL_PATH>`",
36
"required": false
37
},
38
- "HMD_ALLOW_ORIGIN": {
+ "HMD_PORT": {
39
"description": "web app port",
40
"required": false,
41
"value": "80"
42
43
+ "HMD_ALLOW_ORIGIN": {
44
+ "description": "domain name whitelist (use comma to separate)",
45
+ "required": false,
46
+ "value": "localhost"
47
+ },
48
"HMD_PROTOCOL_USESSL": {
49
"description": "set to use ssl protocol for resources path (only applied when domain is set)",
50
0 commit comments