commit | ee67187c90c933aed0397ee328908c112c3204aa | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Mon Mar 06 17:38:37 2017 -0800 |
committer | Gerrit Code Review <gerrit@localhost> | Mon Mar 06 17:38:37 2017 -0800 |
tree | 83cb18d62e48ec18d1a8977f4444dd0ca94e768b | |
parent | a160eefa3142b4e645ed1fe62c2d349dbc8c1464 [diff] | |
parent | 694f68222b05e7f7e841366451d64f4309e87a38 [diff] |
Merge "Pointing config to Vagrant IP"
diff --git a/conf/app/app.config.dev.js b/conf/app/app.config.dev.js index 1b74b5d..2fe13ad 100644 --- a/conf/app/app.config.dev.js +++ b/conf/app/app.config.dev.js
@@ -1,5 +1,5 @@ angular.module('app') .constant('AppConfig', { apiEndpoint: '/xosapi/v1', - websocketClient: 'http://xos.dev' + websocketClient: 'http://192.168.46.100' });