X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=example-apps%2FPDD%2Ffrontend-src%2Fproxy-conf.json;fp=example-apps%2FPDD%2Ffrontend-src%2Fproxy-conf.json;h=20d7cb959edfba76d9d1b008d47cc5436a3ba92a;hb=93556d64f8727eb386792f412ed85170cb70e48d;hp=0000000000000000000000000000000000000000;hpb=5f7e757b5f667f7d9e4f3fbccaabae91ffd0feec;p=ealt-edge.git diff --git a/example-apps/PDD/frontend-src/proxy-conf.json b/example-apps/PDD/frontend-src/proxy-conf.json new file mode 100644 index 0000000..20d7cb9 --- /dev/null +++ b/example-apps/PDD/frontend-src/proxy-conf.json @@ -0,0 +1,20 @@ +{ + "/tempstatus": { + "target": "http://localhost:3001", + "secure": false + }, + "/settemplimit": { + "target": "http://localhost:3001", + "secure": false + }, + "/api/*": { + "target": "http://localhost:3001", + "secure": false, + "logLevel": "debug", + "changeOrigin": true + }, + "/postDeploy": { + "target": "http://localhost:3001/postDeploy", + "secure": false + } +} \ No newline at end of file