mirror of
https://github.com/strapi/strapi.git
synced 2025-08-08 00:37:38 +00:00
24 lines
375 B
JSON
24 lines
375 B
JSON
![]() |
{
|
||
|
"host": "localhost",
|
||
|
"port": 1337,
|
||
|
"frontendUrl": "",
|
||
|
"reload": {
|
||
|
"timeout": 1000,
|
||
|
"workers": 0
|
||
|
},
|
||
|
"logger": true,
|
||
|
"parser": {
|
||
|
"encode": "utf-8",
|
||
|
"formLimit": "56kb",
|
||
|
"jsonLimit": "1mb",
|
||
|
"strict": true,
|
||
|
"extendTypes": {
|
||
|
"json": [
|
||
|
"application/x-javascript"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"gzip": true,
|
||
|
"responseTime": true
|
||
|
}
|