diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 14c4902..9735b4d 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,5 +1,5 @@ export const environment = { production: true, - apiUrl: "https://api.flotte-berlin.duckdns.org", // graphql api url without /graphql! - authUrl: "https://userserver.flotte-berlin.duckdns.org" // user server url + apiUrl: "https://api.flotte.dev.trivernis.net", // graphql api url without /graphql! + authUrl: "https://userserver.flotte.dev.trivernis.net" // user server url };