credentials

This commit is contained in:
Matias Alejo Garcia 2017-01-31 14:52:52 -03:00
commit 44cf9dc971
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 4 additions and 8 deletions

View file

@ -7,8 +7,8 @@ angular.module('copayApp.services').factory('amazonService', function($http, $lo
* 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://test.bitpay.com";