diff options
author | 2024-03-28 08:53:30 +0100 | |
---|---|---|
committer | 2024-03-28 08:53:30 +0100 | |
commit | d3f7d2935986c5be36c702d9a5e1b4500b488d2a (patch) | |
tree | 110338d8b8006b4fe41ff1cde6599aeb953e3b30 /local.proxy.config.json | |
parent | a1ac8b74efe5c65ba1514f3e5fd4bb8bec690fd1 (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.json | 2 |
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": { |