commit | 3b3eee8ae1256cea171182bbda47383ea9d95850 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 23 16:38:04 2016 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 23 16:38:04 2016 -0700 |
tree | 6f4cc020cfe780f463f83eb27907c7b6fd052da7 | |
parent | 3b82a59ca6f04ad2771fa0a24409308ee217ff2e [diff] |
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' };