Commit 1a51c73a authored by amazon's avatar amazon

ip

parent 8d6d1e12
...@@ -4,12 +4,12 @@ server: ...@@ -4,12 +4,12 @@ server:
- type: http - type: http
port: 8080 port: 8080
dbHost: 52.37.192.46 dbHost: 52.58.79.68
dbPort: 27017 dbPort: 27017
dbName: db dbName: db
startupConfiguration: startupConfiguration:
domainName: "52.25.28.64" domainName: "52.28.244.24"
port: 8080 port: 8080
schema: "http" schema: "http"
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
$location.path('/'); $location.path('/');
AuthenticationService.setCredentials($scope.username, $scope.password, response.team); AuthenticationService.setCredentials($scope.username, $scope.password, response.team);
// redirect to additional external auth point // redirect to additional external auth point
$window.location.href = "http://"+$scope.username+":"+$scope.password+"@52.25.28.64:8080/api/v1/auth"; $window.location.href = "http://"+$scope.username+":"+$scope.password+"@52.28.244.24:8080/api/v1/auth";
} else { } else {
Materialize.toast('Błąd logowania! Spróbuj jeszcze raz.', 5000 ,'toast-error'); Materialize.toast('Błąd logowania! Spróbuj jeszcze raz.', 5000 ,'toast-error');
$scope.dataLoading = false; $scope.dataLoading = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment