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

chore(dlcm-portal): change oauth token url

change oauth token url
parent 55db411b
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://localhost/dlcm/authorization/oauth/token",
oauthTokenEndpoint: "http://localhost/portal/authorization/oauth/token",
oauthDummyClientSecret: "123abc",
oauthClientId: "local-dev-angular",
oauthScope: "READ",
oauthRequireHttps: false,
oauthLoginUrl: "http://localhost/dlcm/authorization/oauth/authorize",
oauthLoginUrl: "http://localhost/portal/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