Update bws host. Add only files needed

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-16 12:39:14 -03:00
parent 609c549e97
commit f8c0bf8b0d
2 changed files with 10 additions and 3 deletions

View File

@ -1,2 +1,10 @@
./**/*
./index.html ./index.html
./css/*.css
./font/*
./icons/*
./img/*
./img/**/*
./js/*.js
./lib/*.js
./views/*.html
./views/**/*.html

View File

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