Commit 1a51c73a authored by amazon's avatar amazon

ip

parent 8d6d1e12
......@@ -4,12 +4,12 @@ server:
- type: http
port: 8080
dbHost: 52.37.192.46
dbHost: 52.58.79.68
dbPort: 27017
dbName: db
startupConfiguration:
domainName: "52.25.28.64"
domainName: "52.28.244.24"
port: 8080
schema: "http"
......
......@@ -13,7 +13,7 @@
$location.path('/');
AuthenticationService.setCredentials($scope.username, $scope.password, response.team);
// 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 {
Materialize.toast('Błąd logowania! Spróbuj jeszcze raz.', 5000 ,'toast-error');
$scope.dataLoading = false;
......@@ -23,4 +23,4 @@
}]);
})();
\ No newline at end of file
})();
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