mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
15 lines
206 B
JSON
15 lines
206 B
JSON
{
|
|
"host": "localhost",
|
|
"port": "${process.env.PORT || 1337}",
|
|
"production": true,
|
|
"proxy": {
|
|
"enabled": false
|
|
},
|
|
"cron": {
|
|
"enabled": false
|
|
},
|
|
"admin": {
|
|
"autoOpen": false
|
|
}
|
|
}
|