Skip to content

Commit 7922b3b

Browse files
committed
updated the development port no back to 2113
1 parent ddb51a7 commit 7922b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ define(['es-ui'], function (app) {
1111
'$rootScope', '$location', '$state', '$stateParams', 'AuthService', 'InfoService', 'MessageService','$http',
1212
function ($rootScope, $location, $state, $stateParams, authService, infoService, msg, $http) {
1313
$rootScope.baseUrl = $location.protocol() + '://' + $location.host() + ':' + $location.port();
14-
/*$rootScope.baseUrl = 'https://127.0.0.1:2119'; //uncomment during development*/
14+
/*$rootScope.baseUrl = 'https://127.0.0.1:2113'; //uncomment during development*/
1515
$rootScope.projectionsEnabled = false;
1616
$rootScope.userManagementEnabled = false;
1717
$rootScope.streamsBrowserEnabled = false;

0 commit comments

Comments
 (0)