mirror of
https://github.com/strapi/strapi.git
synced 2025-10-01 19:36:23 +00:00
14 lines
207 B
JSON
14 lines
207 B
JSON
{
|
|
"host": "${process.env.HOST || '0.0.0.0'}",
|
|
"port": "${process.env.PORT || 1337}",
|
|
"proxy": {
|
|
"enabled": false
|
|
},
|
|
"cron": {
|
|
"enabled": false
|
|
},
|
|
"admin": {
|
|
"autoOpen": false
|
|
}
|
|
}
|