mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 08:43:28 +00:00
13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"chromeWebSecurity": false,
|
|
"backendUrl": "http://localhost:1337",
|
|
"baseUrl": "http://localhost:1337",
|
|
"frontLoadingDelay": 5000,
|
|
"animDelay": 1000,
|
|
"serverRestartDelay": 11000,
|
|
"viewportHeight": 900,
|
|
"viewportWidth": 1440,
|
|
"video": false,
|
|
"integrationFolder": "./packages"
|
|
}
|