mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 17:40:18 +00:00
23 lines
322 B
JSON
23 lines
322 B
JSON
![]() |
{
|
||
|
"session": {
|
||
|
"enabled": false,
|
||
|
"client": "redis",
|
||
|
"settings": {
|
||
|
"host": "localhost",
|
||
|
"port": 6379,
|
||
|
"database": 10,
|
||
|
"password": ""
|
||
|
}
|
||
|
},
|
||
|
"logger": {
|
||
|
"enabled": true
|
||
|
},
|
||
|
"parser": {
|
||
|
"enabled": true,
|
||
|
"multipart": true
|
||
|
},
|
||
|
"router": {
|
||
|
"enabled": true
|
||
|
}
|
||
|
}
|