aboutsummaryrefslogtreecommitdiffstats
path: root/local.proxy.config.json
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-03-28 08:53:30 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-03-28 08:53:30 +0100
commitd3f7d2935986c5be36c702d9a5e1b4500b488d2a (patch)
tree110338d8b8006b4fe41ff1cde6599aeb953e3b30 /local.proxy.config.json
parenta1ac8b74efe5c65ba1514f3e5fd4bb8bec690fd1 (diff)
Docker-compose setup for ui is not working
- use correct image repository - remove all references to portal-[bff|preferences|history] and use the non-prefixed versions - fix Keycloak realm settings Issue-ID: PORTALNG-83 Change-Id: If86c6e13fa10584b3e209ad777f7f85d9cb3afe5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'local.proxy.config.json')
-rw-r--r--local.proxy.config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.proxy.config.json b/local.proxy.config.json
index 769e90d..b5c5774 100644
--- a/local.proxy.config.json
+++ b/local.proxy.config.json
@@ -10,7 +10,7 @@
"target": "http://localhost:8089",
"secure": false,
"pathRewrite": {
- "^/mock-api": "/portal-bff"
+ "^/mock-api": "/bff"
}
},
"/auth": {