diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-08-27 21:38:23 +0200 |
---|---|---|
committer | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-08-27 21:39:47 +0200 |
commit | 65a445a2afd3ca2d1022d2e7c7fc71ec12698e87 (patch) | |
tree | 04135c98f044b58b9cb76c91ff061b2132ecbee8 /cds-ui/designer-client/proxy.conf.json | |
parent | d7fa7de25a494d9822827b4e22625d571260e966 (diff) |
CDS Tour
Issue-ID: CCSDK-2705
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I7968420980cfb0b20c76f66cd640fd9a655372ee
Diffstat (limited to 'cds-ui/designer-client/proxy.conf.json')
-rw-r--r-- | cds-ui/designer-client/proxy.conf.json | 6 |
1 files changed, 4 insertions, 2 deletions
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 |