Merge pull request #1070 from SISheogorath/fix/configExample

Fix typo in config.json.example
This commit is contained in:
Christoph (Sheogorath) Kern
2018-11-21 11:32:00 +01:00
committed by GitHub

View File

@@ -17,7 +17,7 @@
},
"production": {
"domain": "localhost",
"loglevel": "info"
"loglevel": "info",
"hsts": {
"enable": true,
"maxAgeSeconds": "31536000",