aboutsummaryrefslogtreecommitdiffstats
path: root/staging.proxy.config.json.template
diff options
context:
space:
mode:
Diffstat (limited to 'staging.proxy.config.json.template')
-rw-r--r--staging.proxy.config.json.template31
1 files changed, 31 insertions, 0 deletions
diff --git a/staging.proxy.config.json.template b/staging.proxy.config.json.template
new file mode 100644
index 0000000..1fc85c0
--- /dev/null
+++ b/staging.proxy.config.json.template
@@ -0,0 +1,31 @@
+{
+ "/api": {
+ "target": "https://portal-ui.example.com/api",
+ "secure": false,
+ "changeOrigin": true,
+ "pathRewrite": {
+ "^/api": ""
+ }
+ },
+ "/mock-api": {
+ "target": "https://portal-ui.example.com/mock-api",
+ "secure": false,
+ "changeOrigin": true,
+ "pathRewrite": {
+ "^/mock-api": ""
+ }
+ },
+ "/keycloak": {
+ "target": "https://keycloak-ui.example.com",
+ "secure": false,
+ "changeOrigin": true,
+ "pathRewrite": {
+ "^/keycloak": ""
+ }
+ },
+ "/onap_logging": {
+ "target": "https://portal-ui.onap.example.com/onap_logging",
+ "secure": false,
+ "changeOrigin": true
+ }
+}