Update default PORT of bws

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-15 13:25:52 -03:00
parent 27e4c3053c
commit e5bc419e85
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ angular.module('copayApp.services').factory('configService', function(localStora
// Bitcore wallet service URL
bws: {
url: 'http://162.242.245.33:3004/bws/api',
url: 'http://162.242.245.33:3232/bws/api',
// url: 'http://localhost:3001/bws/api',
},