src/environment/environment.prod.ts: use new urls

urls
leonnicolas 4 years ago
parent 47086c3c35
commit e46826754c
No known key found for this signature in database
GPG Key ID: 088D0743E2B65C07

@ -1,5 +1,5 @@
export const environment = {
production: true,
apiUrl: "http://173.212.197.169:4000", // graphql api url without /graphql!
authUrl: "http://173.212.197.169:8080" // user server url
apiUrl: "https://api.flotte-berlin.duckdns.org", // graphql api url without /graphql!
authUrl: "https://userserver.flotte-berlin.duckdns.org" // user server url
};

Loading…
Cancel
Save