diff options
author | Tony Hansen <tony@att.com> | 2020-09-23 19:50:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-23 19:50:45 +0000 |
commit | d1d83ea8dfcd7c4dd943482bc93e9b699ffaabd8 (patch) | |
tree | b10ccb154430158471fab73c81a5a49ce45ed632 /mod2/ui/proxy.conf.json | |
parent | 04ceefb1f221420c6e27c5aa73b8a574b0e79668 (diff) | |
parent | 457685063fd4b960441e482cc8b88fa8c972a7d2 (diff) |
Merge "Fix mod ui build issues"
Diffstat (limited to 'mod2/ui/proxy.conf.json')
-rw-r--r-- | mod2/ui/proxy.conf.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mod2/ui/proxy.conf.json b/mod2/ui/proxy.conf.json new file mode 100644 index 0000000..e730329 --- /dev/null +++ b/mod2/ui/proxy.conf.json @@ -0,0 +1,11 @@ +{ + "/api": { + "target": "http://zlecdyh2bdcc1s2dokr05.ec53e7.dyh2b.tci.att.com:32705/", + "secure": false, + "logLevel": "debug", + "pathRewrite": { + "^/api": "" + }, + "changeOrigin": true + } +}
\ No newline at end of file |