diff --git a/config/environments/production.js b/config/environments/production.js index 9ea138f..43d7f12 100644 --- a/config/environments/production.js +++ b/config/environments/production.js @@ -22,6 +22,6 @@ module.exports = { server: { hostname: process.env.HOSTNAME || '127.0.0.1', - port: process.env.PORT || 80 + port: process.env.PORT || 18888 } }