[CORD-1943] New service graph
- labels
- enforcing service position
- started documentation
- toggling service instances
- toggle fullscreen

Change-Id: I01b71fb2607fb58711d4624f6b5b6479609b2f4f
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}`);