From 8400381f083145ff1277aa5bbd51e1784aa51973 Mon Sep 17 00:00:00 2001 From: Saeid Rezaei Baghbidi Date: Tue, 3 Sep 2019 17:42:30 +0000 Subject: [PATCH] Changed production port --- package.json | 2 +- src/config/constants.js | 2 +- src/config/default.json | 2 +- src/config/production.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7647877e7..d34cdedf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iofogcontroller", - "version": "1.2.1", + "version": "1.2.2", "description": "ioFog Controller project for Eclipse IoFog @ iofog.org \\nCopyright (c) 2018 Edgeworx, Inc.", "main": "./src/main.js", "author": "Saeid Baghbidi", diff --git a/src/config/constants.js b/src/config/constants.js index 9aaa097f1..90071919a 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -14,7 +14,7 @@ module.exports = { 'App:Name': 'iofog-controller', - 'Server:Port': 54421, + 'Server:Port': 51121, 'Server:DevMode': false, 'Email:ActivationEnabled': false, diff --git a/src/config/default.json b/src/config/default.json index 86087f320..69c779758 100644 --- a/src/config/default.json +++ b/src/config/default.json @@ -6,7 +6,7 @@ "Uri": "http://localhost:1234" }, "Server": { - "Port": 54421, + "Port": 51121, "DevMode": false }, "Email": { diff --git a/src/config/production.json b/src/config/production.json index ef1359bc3..efc7e2a14 100644 --- a/src/config/production.json +++ b/src/config/production.json @@ -3,7 +3,7 @@ "Name": "iofog-controller" }, "Server": { - "Port": 54421, + "Port": 51121, "DevMode": true }, "Email": { @@ -15,4 +15,4 @@ "FogStatusUpdateIntervalSeconds": 120, "FogStatusFrequencySeconds": 60 } -} \ No newline at end of file +}