diff options
Diffstat (limited to 'local.proxy.config.json')
-rw-r--r-- | local.proxy.config.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/local.proxy.config.json b/local.proxy.config.json new file mode 100644 index 0000000..769e90d --- /dev/null +++ b/local.proxy.config.json @@ -0,0 +1,20 @@ +{ + "/api": { + "target": "http://localhost:9080", + "secure": false, + "pathRewrite": { + "^/api": "" + } + }, + "/mock-api": { + "target": "http://localhost:8089", + "secure": false, + "pathRewrite": { + "^/mock-api": "/portal-bff" + } + }, + "/auth": { + "target": "http://localhost:8080", + "secure": false + } +} |