Skip to content
Snippets Groups Projects
Commit 5de810b3 authored by Homada.Boumedane's avatar Homada.Boumedane
Browse files

chore(dlcm-portal): change authorization url

change url for authorization module
parent 95e16ed2
No related branches found
No related tags found
No related merge requests found
......@@ -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,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment