From d73b71a2385f100e924bd377b0299e2b2d9898ca Mon Sep 17 00:00:00 2001 From: Ahmedeldeeb50 Date: Sun, 30 Aug 2020 15:59:29 +0200 Subject: adding tour-guide to package dashboard Stop popup autoclose Issue-ID: CCSDK-2705 Signed-off-by: Ahmedeldeeb50 Change-Id: Id6349d2d3b72fb3b316bc405498fabc71a6f7bbd --- cds-ui/designer-client/proxy.conf.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'cds-ui/designer-client/proxy.conf.json') 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 -- cgit 1.2.3-korg