From 5b2f91cfcaf6df8b24facd6c79773df9bfe86b30 Mon Sep 17 00:00:00 2001
From: Helmut Hutzler <helmut.hutzler@th-nuernberg.de>
Date: Tue, 15 Nov 2022 17:43:06 +0100
Subject: [PATCH] Changing docker File for production - Fixing minor problems

---
 src/environments/environment.prod.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts
index e3a8063..df3ce4d 100644
--- a/src/environments/environment.prod.ts
+++ b/src/environments/environment.prod.ts
@@ -2,7 +2,8 @@ export const environment = {
   production: true,
   //keycloakURL: 'https://kube-master-h1.informatik.fh-nuernberg.de:/auth/',
   keycloakURL: '/auth/',
-  apiURL: 'https://kube-master-h1.informatik.fh-nuernberg.de:/api',
+  apiURL: '/api',
+  //apiURL: 'https://kube-master-h1.informatik.fh-nuernberg.de:/api',
   secureRoute: 'https://kube-master-h1.informatik.fh-nuernberg.de:/'
 };
 
-- 
GitLab