Merge pull request #5 from fLotte-meets-HWR-DB/urls
src/environment/environment.prod.ts: use new urlspull/6/head
commit
6a13866c5a
@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: "http://173.212.197.169:4000", // graphql api url without /graphql!
|
apiUrl: "https://api.flotte-berlin.duckdns.org", // graphql api url without /graphql!
|
||||||
authUrl: "http://173.212.197.169:8080" // user server url
|
authUrl: "https://userserver.flotte-berlin.duckdns.org" // user server url
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue