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

refactor(dlcm-portal): default environment

refactor default config environment
parent 23e33181
No related branches found
No related tags found
No related merge requests found
......@@ -20,23 +20,23 @@ export const defaultEnvironment = {
STORAGION_APPLICATION: "https://to-set/storagion",
// OAuth2 properties
oauthOidc: false,
oauthRequestAccessToken: true,
oauthTokenEndpoint: "http://localhost/dlcm/authorization/token",
oauthDummyClientSecret: "123abc",
oauthClientId: "local-dev-angular",
oauthResponseType: "token",
oauthScope: "READ",
oauthRequireHttps: false,
oauthLoginUrl: "http://localhost/dlcm/authorization/authorize",
oauthAllowedUrls: ["/api/"],
oauthRedirectUrl: window.location.origin,
oauthTimeoutFactor: 0.75,
oauthPostLogoutRedirectUri: "",
oauthLogoutUrl: "",
oauthNonceStateSeparator: ";",
oauthDisableNonceCheck: false,
oauthSendAccessToken: true,
oidc: false,
requestAccessToken: true,
tokenEndpoint: "http://localhost/dlcm/authorization/token",
dummyClientSecret: "123abc",
clientId: "local-dev-angular",
responseType: "token",
scope: "READ",
requireHttps: false,
loginUrl: "http://localhost/dlcm/authorization/authorize",
allowedUrls: ["/api/"],
redirectUrl: window.location.origin,
timeoutFactor: 0.75,
postLogoutRedirectUri: "",
logoutUrl: "",
nonceStateSeparator: ";",
disableNonceCheck: false,
sendAccessToken: true,
// Others
defaultNotificationErrorDurationInSeconds: 5,
......
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