mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 23:40:04 +00:00
25 lines
372 B
JSON
25 lines
372 B
JSON
{
|
|
"session": {
|
|
"enabled": false,
|
|
"client": "redis",
|
|
"settings": {
|
|
"host": "localhost",
|
|
"port": 6379,
|
|
"database": 10,
|
|
"password": ""
|
|
}
|
|
},
|
|
"logger": {
|
|
"level": "debug",
|
|
"exposeInContext": true,
|
|
"requests": false
|
|
},
|
|
"parser": {
|
|
"enabled": true,
|
|
"multipart": true
|
|
},
|
|
"router": {
|
|
"prefix": ""
|
|
}
|
|
}
|