Merge pull request #965 from abdonrd/patch-1

Staging config as production config
This commit is contained in:
Jim LAURIE 2018-04-19 10:42:57 +02:00 committed by GitHub
commit cace0454e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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