mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +00:00
Staging config as production config
This commit is contained in:
parent
9f8f774de6
commit
c6519cc4b0
@ -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