Skip to content

Commit

Permalink
Update port used to connect to manager server running on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Apr 2, 2024
1 parent e09b6db commit 350284e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/browser/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ var reset = function (host, system, userId, mode) {
let port;
let secure;
if (host && host === 'localhost') {
port = 3000;
port = 3010;
secure = false;
} else {
port = 443;
Expand Down
2 changes: 1 addition & 1 deletion example/browser/js/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ var reset = function(host, system, userId, mode) {
let secure;

if (host && host === 'localhost') {
port = 3000;
port = 3010;
secure = false;
} else {
port = 443;
Expand Down

0 comments on commit 350284e

Please sign in to comment.