We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d101c commit 28283c6Copy full SHA for 28283c6
app.json
@@ -45,13 +45,17 @@
45
"description": "The config file for dashboard.",
46
"required": false
47
},
48
- "PORT": {
49
- "description": "Port for parse-hipaa-dashboard, default is 4040.",
50
- "value": "4040"
+ "PARSE_DASHBOARD_ALLOW_INSECURE_HTTP": {
+ "description": "Should allow insecure http.",
+ "value": "0"
51
52
"PARSE_DASHBOARD_TRUST_PROXY": {
53
"description": "Should trust proxy in docker.",
54
- "value": "1"
55
+ },
56
+ "PORT": {
57
+ "description": "Port for parse-hipaa-dashboard, default is 4040.",
58
+ "value": "4040"
59
60
"MOUNT_PATH": {
61
"description": "The mount path should be the same as the docker name.",
0 commit comments