diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 31ee50d0c382e2df7c61fa71dc55fe775ce6b15f..d051309041435fd6390a801714c31c873254294f 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/administration/oauth/token", + oauthTokenEndpoint: "https://test.dlcm.ch/authorization/oauth/token", oauthDummyClientSecret: "123abc", oauthClientId: "local-dev-angular", oauthScope: "READ", oauthRequireHttps: false, - oauthLoginUrl: "http://test.dlcm.ch/portal/administration/oauth/authorize", + oauthLoginUrl: "https://test.dlcm.ch/authorization/oauth/authorize", oauthShowDebugInformation: false, };