Add on/off env var for HSTS

This commit is contained in:
Literallie
2017-10-13 01:14:50 +02:00
parent 56411ca0e1
commit 1634d5c567
3 changed files with 8 additions and 1 deletions

View File

@@ -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