You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by my...@apache.org on 2018/06/28 07:00:10 UTC

[fineract-cn-group-finance] 16/16: configuring proxy with url of the cloud

This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fineract-cn-group-finance.git

commit 6608f2374b25af5d5e049da4c8c00e2582fbdb3a
Author: pembemiriam <pe...@skylabase.com>
AuthorDate: Mon Jun 25 13:59:34 2018 +0100

    configuring proxy with url of the cloud
---
 proxy.conf.json | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)

diff --git a/proxy.conf.json b/proxy.conf.json
new file mode 100644
index 0000000..a5b96e0
--- /dev/null
+++ b/proxy.conf.json
@@ -0,0 +1,72 @@
+{
+  "/identity": {
+    "target": "http://163.172.130.175:2021",
+    "secure": false,
+    "pathRewrite": {
+      "/identity": "/identity"
+    }
+  },
+  "/api/office": {
+    "target": "http://163.172.130.175:2023",
+    "secure": false,
+    "pathRewrite": {
+      "^/api/office": "/office"
+    }
+  },
+  "/api/customer": {
+    "target": "http://163.172.130.175:2024",
+    "secure": false,
+    "pathRewrite": {
+      "^/api/customer": "/customer"
+    }
+  },
+  "/api/accounting": {
+    "target": "http://163.172.130.175:2025",
+    "secure": false,
+    "pathRewrite": {
+      "^/api/accounting": "/accounting"
+    }
+  },
+  "/api/portfolio": {
+    "target": "http://163.172.130.175:2026",
+    "secure": false,
+    "pathRewrite": {
+      "^/api/portfolio": "/portfolio"
+    }
+  },
+  "/api/deposit": {
+    "target": "http://163.172.130.175:2027",
+    "secure": false,
+    "pathRewrite": {
+      "^/api/deposit": "/deposit"
+    }
+  },
+  "/api/teller": {
+    "target": "http://163.172.130.175:2028",
+    "secure": false,
+    "pathRewrite": {
+      "^/api/teller": "/teller"
+    }
+  },
+  "/api/reporting": {
+    "target": "http://163.172.130.175:2029",
+    "secure": false,
+    "pathRewrite": {
+      "^/api/reporting": "/reporting"
+    }
+  },
+  "/api/cheques": {
+    "target": "http://163.172.130.175:2030",
+    "secure": false,
+    "pathRewrite": {
+      "^/api/cheques": "/cheques"
+    }
+  },
+  "/api/payroll": {
+    "target": "http://163.172.130.175:2031",
+    "secure": false,
+    "pathRewrite": {
+      "^/api/payroll": "/payroll"
+    }
+  }
+}