Removed copyrighted images and setup folder
diff --git a/applications/mCordPortal/env/default.js b/applications/mCordPortal/env/default.js
index dd26be6..e94aeb2 100644
--- a/applications/mCordPortal/env/default.js
+++ b/applications/mCordPortal/env/default.js
@@ -7,5 +7,5 @@
 // (works only for local environment as both application are served on the same domain)
 
 module.exports = {
-  host: 'http://clnode067.clemson.cloudlab.us:9999/'
+  host: 'http://10.128.13.3:8000/'
 };
diff --git a/applications/mCordPortal/env/local.js b/applications/mCordPortal/env/local.js
index 391c8e7..c256c05 100644
--- a/applications/mCordPortal/env/local.js
+++ b/applications/mCordPortal/env/local.js
@@ -7,5 +7,5 @@
 // (works only for local environment as both application are served on the same domain)
 
 module.exports = {
-  host: 'http://xos.local:9999/'
+  host: 'http://xos.dev:9999/'
 };