Drawing a rack with 2 Compute Nodes
diff --git a/views/ngXosViews/diagnostic/env/local.js b/views/ngXosViews/diagnostic/env/local.js
index d3076b7..c65eb2f 100644
--- a/views/ngXosViews/diagnostic/env/local.js
+++ b/views/ngXosViews/diagnostic/env/local.js
@@ -7,7 +7,7 @@
 // (works only for local environment as both application are served on the same domain)
 
 module.exports = {
-  host: 'http://xos.local:9999/',
+  host: 'http://localhost:4000/',
   xoscsrftoken: 'IGSrPSAOmBorK8uxbbscQbn3ODPb9dDW',
   xossessionid: 'i8hltbdt3po3uxkbvfmzy15o98p9s157'
 };