diff --git a/conf/config.json.example b/conf/config.json.example index 8442e68..09f59f2 100644 --- a/conf/config.json.example +++ b/conf/config.json.example @@ -6,6 +6,7 @@ } }, "development": { + "loglevel": "debug", "hsts": { "enable": false }, @@ -16,9 +17,10 @@ }, "production": { "domain": "localhost", + "loglevel": "info", "hsts": { "enable": true, - "maxAgeSeconds": "31536000", + "maxAgeSeconds": 31536000, "includeSubdomains": true, "preload": true },