Drawing a rack with 2 Compute Nodes
diff --git a/views/ngXosViews/diagnostic/env/default.js b/views/ngXosViews/diagnostic/env/default.js
index f139cf2..11ee777 100644
--- a/views/ngXosViews/diagnostic/env/default.js
+++ b/views/ngXosViews/diagnostic/env/default.js
@@ -8,6 +8,6 @@
 
 module.exports = {
   host: 'http://clnode078.clemson.cloudlab.us:9999/',
-  xoscsrftoken: '3l5fr6tkXW0dxJ2OqqD0ftEzzD9URc4C',
-  xossessionid: 'tagguvgkn2vpif4eml6ynvdw9vlx6os9'
+  xoscsrftoken: 'nGSrDjG6Ryqho9Kl6eSXAcyPg2YudUZQ',
+  xossessionid: '2x7omv64a2mpb1f62vhcy40kq32swv75'
 };
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'
 };