mirror of
https://github.com/strapi/strapi.git
synced 2025-09-03 22:03:08 +00:00
Staging config as production config
This commit is contained in:
parent
9f8f774de6
commit
c6519cc4b0
@ -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
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user