mirror of
https://github.com/strapi/strapi.git
synced 2025-07-22 16:37:13 +00:00
24 lines
439 B
JSON
24 lines
439 B
JSON
{
|
|
"session": {
|
|
"enabled": true,
|
|
"client": "cookie",
|
|
"key": "strapi.sid",
|
|
"prefix": "strapi:sess:",
|
|
"secretKeys": ["mySecretKey1", "mySecretKey2"],
|
|
"httpOnly": true,
|
|
"maxAge": 86400000,
|
|
"overwrite": true,
|
|
"signed": false,
|
|
"rolling": false
|
|
},
|
|
"logger": {
|
|
"level": "debug",
|
|
"exposeInContext": true,
|
|
"requests": true
|
|
},
|
|
"parser": {
|
|
"enabled": true,
|
|
"multipart": true
|
|
}
|
|
}
|