Skip to content

Commit 28283c6

Browse files
authored
Update app.json
1 parent c1d101c commit 28283c6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

app.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,17 @@
4545
"description": "The config file for dashboard.",
4646
"required": false
4747
},
48-
"PORT": {
49-
"description": "Port for parse-hipaa-dashboard, default is 4040.",
50-
"value": "4040"
48+
"PARSE_DASHBOARD_ALLOW_INSECURE_HTTP": {
49+
"description": "Should allow insecure http.",
50+
"value": "0"
5151
},
5252
"PARSE_DASHBOARD_TRUST_PROXY": {
5353
"description": "Should trust proxy in docker.",
54-
"value": "1"
54+
"value": "0"
55+
},
56+
"PORT": {
57+
"description": "Port for parse-hipaa-dashboard, default is 4040.",
58+
"value": "4040"
5559
},
5660
"MOUNT_PATH": {
5761
"description": "The mount path should be the same as the docker name.",

0 commit comments

Comments
 (0)