Skip to content

Commit b156da4

Browse files
authored
Changed production port (#632)
1 parent 21618bf commit b156da4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iofogcontroller",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "ioFog Controller project for Eclipse IoFog @ iofog.org \\nCopyright (c) 2018 Edgeworx, Inc.",
55
"main": "./src/main.js",
66
"author": "Saeid Baghbidi",

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
module.exports = {
1515
'App:Name': 'iofog-controller',
1616

17-
'Server:Port': 54421,
17+
'Server:Port': 51121,
1818
'Server:DevMode': false,
1919

2020
'Email:ActivationEnabled': false,

src/config/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Uri": "http://localhost:1234"
77
},
88
"Server": {
9-
"Port": 54421,
9+
"Port": 51121,
1010
"DevMode": false
1111
},
1212
"Email": {

src/config/production.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Name": "iofog-controller"
44
},
55
"Server": {
6-
"Port": 54421,
6+
"Port": 51121,
77
"DevMode": true
88
},
99
"Email": {
@@ -15,4 +15,4 @@
1515
"FogStatusUpdateIntervalSeconds": 120,
1616
"FogStatusFrequencySeconds": 60
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)