summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorLiterallie2017-10-13 01:14:50 +0200
committerLiterallie2017-10-13 01:42:05 +0200
commit1634d5c567180b072ed4e345b841642f4ea70924 (patch)
treec0a03cd246177593233c367bd711695a682acaab /app.json
parent56411ca0e10a90d8206508171e3871146bce5351 (diff)
Add on/off env var for HSTS
Diffstat (limited to 'app.json')
-rw-r--r--app.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/app.json b/app.json
index e06720f4..07678ce3 100644
--- a/app.json
+++ b/app.json
@@ -23,7 +23,10 @@
"description": "Specify database type. See sequelize available databases. Default using postgres",
"value": "postgres"
},
-
+ "HMD_HSTS_ENABLE": {
+ "description": "whether to also use HSTS if HTTPS is enabled",
+ "required": false
+ },
"HMD_DOMAIN": {
"description": "domain name",
"required": false