adding initial strapi app
This commit is contained in:
13
config/environments/development/server.json
Normal file
13
config/environments/development/server.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"host": "${process.env.HOST || '0.0.0.0'}",
|
||||
"port": "${process.env.PORT || 1337}",
|
||||
"proxy": {
|
||||
"enabled": false
|
||||
},
|
||||
"cron": {
|
||||
"enabled": false
|
||||
},
|
||||
"admin": {
|
||||
"autoOpen": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user