URL and network
This commit is contained in:
parent
3e78971446
commit
d0ac2e4fa4
1 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue