mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
Merge pull request #965 from abdonrd/patch-1
Staging config as production config
This commit is contained in:
commit
cace0454e5
@ -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
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user