Skip to content

Commit e5dff4d

Browse files
committed
fix: restore older version of run.js
1 parent d017fa0 commit e5dff4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/run.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ define(['es-ui'], function (app) {
1010
return app.run([
1111
'$rootScope', '$location', '$state', '$stateParams', 'AuthService', 'InfoService', 'MessageService','$http',
1212
function ($rootScope, $location, $state, $stateParams, authService, infoService, msg, $http) {
13-
/*$rootScope.baseUrl = $location.protocol() + '://' + $location.host() + ':' + $location.port();*/
14-
$rootScope.baseUrl = 'https://127.0.0.1:2113'; //uncomment during development*/
13+
$rootScope.baseUrl = $location.protocol() + '://' + $location.host() + ':' + $location.port();
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)