diff --git a/config/environments/production/server.json b/config/environments/production/server.json index ad31183..d813885 100644 --- a/config/environments/production/server.json +++ b/config/environments/production/server.json @@ -1,5 +1,5 @@ { - "host": "${process.env.HOST || 'strapi-prod.eu-west-1.elasticbeanstalk.com'}", + "host": "${process.env.HOST || '0.0.0.0'}", "port": "${process.env.PORT || 1337}", "production": true, "proxy": {