mirror of
https://github.com/strapi/strapi.git
synced 2025-08-08 00:37:38 +00:00
23 lines
322 B
JSON
Executable File
23 lines
322 B
JSON
Executable File
{
|
|
"session": {
|
|
"enabled": false,
|
|
"client": "redis",
|
|
"settings": {
|
|
"host": "localhost",
|
|
"port": 6379,
|
|
"database": 10,
|
|
"password": ""
|
|
}
|
|
},
|
|
"logger": {
|
|
"enabled": true
|
|
},
|
|
"parser": {
|
|
"enabled": true,
|
|
"multipart": true
|
|
},
|
|
"router": {
|
|
"enabled": true
|
|
}
|
|
}
|