diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index b34d2baf2b246fb1f064369de92dc39d33bdc01a..31ee50d0c382e2df7c61fa71dc55fe775ce6b15f 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -6,11 +6,11 @@ export const environment = { theme: ThemeEnum.yareta, production: true, API_BASE_PATH: "https://localhost", - oauthTokenEndpoint: "http://test.dlcm.ch/portal/authorization/oauth/token", + oauthTokenEndpoint: "http://test.dlcm.ch/portal/administration/oauth/token", oauthDummyClientSecret: "123abc", oauthClientId: "local-dev-angular", oauthScope: "READ", oauthRequireHttps: false, - oauthLoginUrl: "http://test.dlcm.ch/portal/authorization/oauth/authorize", + oauthLoginUrl: "http://test.dlcm.ch/portal/administration/oauth/authorize", oauthShowDebugInformation: false, };