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

refactor(dlcm-portal): config environment

refactor config environment
parent 7bce8d3b
No related branches found
No related tags found
No related merge requests found
import {ThemeEnum} from "@app/shared/enums/theme.enum";
import {defaultEnvironment} from "./environment.defaults";
export const environment = {
export const environment: typeof defaultEnvironment | any = {
...defaultEnvironment,
// Override OAuth2 properties
appTitle: "DLCM - Portal",
production: true,
......
......@@ -7,7 +7,7 @@ import {ThemeEnum} from "@app/shared/enums/theme.enum";
import {defaultEnvironment} from "./environment.defaults";
import {environmentLocal} from "./environment.local";
export const environment: typeof defaultEnvironment = {
export const environment: typeof defaultEnvironment | any = {
...defaultEnvironment,
theme: ThemeEnum.dlcm,
......
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