[CORD-1943] New service graph
- labels
- enforcing service position
- started documentation
- toggling service instances
- toggle fullscreen
Change-Id: I01b71fb2607fb58711d4624f6b5b6479609b2f4f
(cherry picked from commit 8cf33a3881ee15ebf93094f5b24d757af89ee9e9)
diff --git a/conf/proxy.js b/conf/proxy.js
index 41a07b6..0aac626 100644
--- a/conf/proxy.js
+++ b/conf/proxy.js
@@ -18,7 +18,7 @@
const httpProxy = require('http-proxy');
-const target = process.env.PROXY || '192.168.46.100';
+const target = process.env.PROXY || '127.0.0.1:8080';
console.info(`Proxying request to: ${target}`);