From 65a445a2afd3ca2d1022d2e7c7fc71ec12698e87 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Thu, 27 Aug 2020 21:38:23 +0200 Subject: CDS Tour Issue-ID: CCSDK-2705 Signed-off-by: Sarah Abouzainah Change-Id: I7968420980cfb0b20c76f66cd640fd9a655372ee --- cds-ui/designer-client/proxy.conf.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 6b81a884a..1f63613ac 100644 --- a/cds-ui/designer-client/proxy.conf.json +++ b/cds-ui/designer-client/proxy.conf.json @@ -1,12 +1,14 @@ { "/controllerblueprint/*": { - "target": "https://localhost:3000", + "target": "localhost", + // "target": "https://41.128.168.198:3000", "secure": false, "logLevel": "debug", "changeOrigin": true }, "/resourcedictionary/*": { - "target": "https://localhost:3000", + "target": "localhost", + // "target": "https://41.128.168.198:3000", "secure": false, "logLevel": "debug", "changeOrigin": true -- cgit 1.2.3-korg