URL and network

This commit is contained in:
Gustavo Maximiliano Cortez 2017-07-05 18:43:47 -03:00
commit d0ac2e4fa4
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -15,11 +15,11 @@ angular.module('copayApp.services').factory('mercadoLibreService', function($htt
* Development: 'testnet'
* Production: 'livenet'
*/
//credentials.NETWORK = 'livenet';
credentials.NETWORK = 'testnet';
credentials.NETWORK = 'livenet';
//credentials.NETWORK = 'testnet';
if (credentials.NETWORK == 'testnet') {
credentials.BITPAY_API_URL = "https://gustavo.bp:8088";
credentials.BITPAY_API_URL = "https://test.bitpay.com";
} else {
credentials.BITPAY_API_URL = "https://bitpay.com";
};