Merge pull request #1070 from SISheogorath/fix/configExample
Fix typo in config.json.example
This commit is contained in:
commit
41fd4f0d66
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
"domain": "localhost",
|
"domain": "localhost",
|
||||||
"loglevel": "info"
|
"loglevel": "info",
|
||||||
"hsts": {
|
"hsts": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"maxAgeSeconds": "31536000",
|
"maxAgeSeconds": "31536000",
|
||||||
|
|
Loading…
Reference in a new issue