From 713ed63d27b70bd661a6c09ce46b9777e725fecc Mon Sep 17 00:00:00 2001 From: david Date: Mon, 22 Jul 2019 12:22:18 +0200 Subject: [PATCH] . --- config/environments/production.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }