Skip to content

Commit

Permalink
Changed production port (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
baghbidi authored Sep 4, 2019
1 parent 21618bf commit b156da4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/config/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
module.exports = {
'App:Name': 'iofog-controller',

'Server:Port': 54421,
'Server:Port': 51121,
'Server:DevMode': false,

'Email:ActivationEnabled': false,
Expand Down
2 changes: 1 addition & 1 deletion src/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Uri": "http://localhost:1234"
},
"Server": {
"Port": 54421,
"Port": 51121,
"DevMode": false
},
"Email": {
Expand Down
4 changes: 2 additions & 2 deletions src/config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Name": "iofog-controller"
},
"Server": {
"Port": 54421,
"Port": 51121,
"DevMode": true
},
"Email": {
Expand All @@ -15,4 +15,4 @@
"FogStatusUpdateIntervalSeconds": 120,
"FogStatusFrequencySeconds": 60
}
}
}

0 comments on commit b156da4

Please sign in to comment.