Updated default environment

Change-Id: Ic04de1de3cb0f6c14419a9bdfd6eecbc5ac5dfd2
diff --git a/mCordPortal/env/default.js b/mCordPortal/env/default.js
index e94aeb2..3ebb08c 100644
--- a/mCordPortal/env/default.js
+++ b/mCordPortal/env/default.js
@@ -7,5 +7,6 @@
 // (works only for local environment as both application are served on the same domain)
 
 module.exports = {
-  host: 'http://10.128.13.3:8000/'
+  host: 'http://10.128.13.3:8000/',
+  onos_host: 'http://10.50.1.15:8181'
 };