summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/proxy.conf.json
diff options
context:
space:
mode:
authorAhmedeldeeb50 <ahmed.eldeeb.ext@orange.com>2020-08-30 15:59:29 +0200
committerAhmedeldeeb50 <ahmed.eldeeb.ext@orange.com>2020-08-31 09:42:46 +0200
commitd73b71a2385f100e924bd377b0299e2b2d9898ca (patch)
tree99366c34e0a1e2fffb74627359a2086aab07af7e /cds-ui/designer-client/proxy.conf.json
parent65a445a2afd3ca2d1022d2e7c7fc71ec12698e87 (diff)
adding tour-guide to package dashboard
Stop popup autoclose Issue-ID: CCSDK-2705 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Id6349d2d3b72fb3b316bc405498fabc71a6f7bbd
Diffstat (limited to 'cds-ui/designer-client/proxy.conf.json')
-rw-r--r--cds-ui/designer-client/proxy.conf.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/cds-ui/designer-client/proxy.conf.json b/cds-ui/designer-client/proxy.conf.json
index 1f63613ac..4e8ef0aab 100644
--- a/cds-ui/designer-client/proxy.conf.json
+++ b/cds-ui/designer-client/proxy.conf.json
@@ -1,16 +1,14 @@
{
"/controllerblueprint/*": {
- "target": "localhost",
- // "target": "https://41.128.168.198:3000",
+ "target": "https://localhost:3000",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
},
"/resourcedictionary/*": {
- "target": "localhost",
- // "target": "https://41.128.168.198:3000",
+ "target": "https://localhost:3000",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
-}
+} \ No newline at end of file