Make ui configurable via environment variables 39/135039/3
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 21 Jun 2023 08:13:48 +0000 (08:13 +0000)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Wed, 21 Jun 2023 08:16:29 +0000 (08:16 +0000)
commiteefbbf1e920764a0244f77a80262d9f682d34963
tree5f04aad4ca12ca6f62ae9951174a9f7107b3fc41
parentd68841d9f75636575cd778838a8ceea5fd5aada3
Make ui configurable via environment variables

Issue-ID: PORTALNG-4

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I31b968cef23c7727cfd8cfb2ba65691745a0b8f3
Dockerfile
docker_entrypoint.sh
src/app/components/layout/header/header/header.component.ts
src/app/components/layout/sidemenu/sidemenu.component.ts
src/app/model/environment.model.ts
src/app/modules/auth/auth.config.ts
src/assets/env.js [new file with mode: 0644]
src/assets/env.template.js [new file with mode: 0644]
src/environments/environment.prod.ts
src/environments/environment.ts
src/index.html