From 6cc77cb2cb6d7fb79faf58b7242e3737513a070a Mon Sep 17 00:00:00 2001 From: Shaaban Ebrahim Date: Mon, 11 Nov 2019 10:51:21 +0200 Subject: Add client-frankfurt skeleton project Issue-ID: CCSDK-1770 Signed-off-by: Shaaban Ebrahim Change-Id: I6a3dcb02b692fae778eb5cf65277ab2c269d96f8 --- cds-ui/client-frankfurt/proxy.conf.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cds-ui/client-frankfurt/proxy.conf.json (limited to 'cds-ui/client-frankfurt/proxy.conf.json') diff --git a/cds-ui/client-frankfurt/proxy.conf.json b/cds-ui/client-frankfurt/proxy.conf.json new file mode 100644 index 000000000..11ed26767 --- /dev/null +++ b/cds-ui/client-frankfurt/proxy.conf.json @@ -0,0 +1,8 @@ +{ + "/controllerblueprint/*": { + "target": "https://localhost:3000", + "secure": false, + "logLevel": "debug", + "changeOrigin": true + } +} -- cgit 1.2.3-korg