Integrated with ONOS BE

Change-Id: Ide481090c843215f1084a59044c64111dba8c73a
diff --git a/mCordPortal/env/local.js b/mCordPortal/env/local.js
index c256c05..33fefbd 100644
--- a/mCordPortal/env/local.js
+++ b/mCordPortal/env/local.js
@@ -7,5 +7,6 @@
 // (works only for local environment as both application are served on the same domain)
 
 module.exports = {
-  host: 'http://xos.dev:9999/'
+  host: 'http://xos.dev:9999/',
+  onos_host: 'http://10.50.1.15:8181'
 };