commit | 363a392228923f894a1efbda23f7450879a39c03 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 23 16:46:40 2016 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 23 16:46:40 2016 -0700 |
tree | bb7918f977e3269861e389866b588abed09888fa | |
parent | 3b3eee8ae1256cea171182bbda47383ea9d95850 [diff] |
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' };