From 8886ae195e10bb4b64ee47480b2b9f778a88ee47 Mon Sep 17 00:00:00 2001 From: Helmut Hutzler <helmut.hutzler@th-nuernberg.de> Date: Sat, 29 Oct 2022 11:22:00 +0200 Subject: [PATCH] Change keycloakUrl by removig host part --- src/environments/environment.prod.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 9c92830..8749f29 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,5 +1,7 @@ export const environment = { production: true, - keycloakURL: 'https://kube-master-h1.informatik.fh-nuernberg.de:/auth/' + //keycloakURL: 'https://kube-master-h1.informatik.fh-nuernberg.de:/auth/', + keycloakURL: '/auth/', + apiURL: 'http://localhost:8080/api' }; -- GitLab