From 1634d5c567180b072ed4e345b841642f4ea70924 Mon Sep 17 00:00:00 2001 From: Literallie Date: Fri, 13 Oct 2017 01:14:50 +0200 Subject: Add on/off env var for HSTS --- app.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app.json') 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 -- cgit v1.2.3