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