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

chore(dlcm-portal): config local environment

config local environment
parent 320b9f8d
No related branches found
No related tags found
No related merge requests found
// This file should not be committed
// It should only contains specific configuration for a dev on his local environment
import {defaultEnvironment} from "./environment.defaults";
export const environmentLocal: typeof defaultEnvironment | any = {
tokenEndpoint: "https://localhost/dlcm-authorization/oauth/token",
dummyClientSecret: "123abc",
clientId: "local-dev-angular",
responseType: "token",
scope: "READ",
requireHttps: false,
loginUrl: "https://localhost/dlcm-authorization/oauth/authorize",
allowedUrls: ["/api/"],
redirectUrl: window.location.origin,
};
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