Staging config as production config

This commit is contained in:
Abdón Rodríguez Davila 2018-04-18 14:36:06 +02:00 committed by GitHub
parent 9f8f774de6
commit c6519cc4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"session": { "session": {
"enabled": false, "enabled": true,
"client": "cookie", "client": "cookie",
"key": "strapi.sid", "key": "strapi.sid",
"prefix": "strapi:sess:", "prefix": "strapi:sess:",
@ -12,7 +12,7 @@
"rolling": false "rolling": false
}, },
"logger": { "logger": {
"level": "silent", "level": "info",
"exposeInContext": true, "exposeInContext": true,
"requests": false "requests": false
}, },