Change urls
parent
65761b500f
commit
98817feb64
@ -1,5 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: "https://flotte.duckdns.org", // graphql api url without /graphql!
|
||||
authUrl: "https://flotte.duckdns.org/user-management" // user server url
|
||||
apiUrl: "http://173.212.197.169:4000", // graphql api url without /graphql!
|
||||
authUrl: "http://173.212.197.169:8080" // user server url
|
||||
};
|
||||
|
Loading…
Reference in New Issue