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