We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb51a7 commit 7922b3bCopy full SHA for 7922b3b
src/js/run.js
@@ -11,7 +11,7 @@ define(['es-ui'], function (app) {
11
'$rootScope', '$location', '$state', '$stateParams', 'AuthService', 'InfoService', 'MessageService','$http',
12
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:2119'; //uncomment during development*/
+ /*$rootScope.baseUrl = 'https://127.0.0.1:2113'; //uncomment during development*/
15
$rootScope.projectionsEnabled = false;
16
$rootScope.userManagementEnabled = false;
17
$rootScope.streamsBrowserEnabled = false;
0 commit comments