summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'app.json')
-rw-r--r--app.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/app.json b/app.json
index b2116eb6..36877e68 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
@@ -132,10 +136,6 @@
"description": "Google API client secret",
"required": false
},
- "HMD_GOOGLE_API_KEY": {
- "description": "Google API key (for import/export)",
- "required": false
- },
"HMD_IMGUR_CLIENTID": {
"description": "Imgur API client id",
"required": false