mirror of
https://github.com/strapi/strapi.git
synced 2025-07-31 04:45:54 +00:00
17 lines
202 B
JSON
17 lines
202 B
JSON
{
|
|
"host": "localhost",
|
|
"port": 1337,
|
|
"proxy": {
|
|
"enabled": false
|
|
},
|
|
"autoReload": {
|
|
"enabled": true
|
|
},
|
|
"cron": {
|
|
"enabled": false
|
|
},
|
|
"admin": {
|
|
"autoOpen": false
|
|
}
|
|
}
|