summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-03-29 19:40:38 +0200
committerGitHub2018-03-29 19:40:38 +0200
commita9a057723021ac4833ae665d0321c03564281b9e (patch)
tree9ab2c1523b02578838ef85d1465cfee784bf98c2 /app.json
parentd2cce7638a78ca7616607217b179c15915452058 (diff)
parent30b5ff0d96a25ef21cccaebd242ef69b7c4a84d1 (diff)
Merge pull request #789 from SISheogorath/fix/sessionSecretEnv
Add session data to env vars
Diffstat (limited to 'app.json')
-rw-r--r--app.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/app.json b/app.json
index b2116eb6..54ce160e 100644
--- a/app.json
+++ b/app.json
@@ -23,6 +23,10 @@
"description": "Specify database type. See sequelize available databases. Default using postgres",
"value": "postgres"
},
+ "HMD_SESSION_SECRET": {
+ "description": "Secret used to secure session cookies.",
+ "required": false
+ },
"HMD_HSTS_ENABLE": {
"description": "whether to also use HSTS if HTTPS is enabled",
"required": false