Fix config values

This commit is contained in:
Jeremy Kauffman 2017-04-18 15:54:16 -04:00
parent b30bfd9f61
commit 2e2805fc47

View file

@ -7,10 +7,10 @@ const lbryio = {
_accessToken: getLocal('accessToken'),
_authenticationPromise: null,
_user : null,
enabled: true
enabled: false
};
const CONNECTION_STRING = 'http://localhost:8080/';
const CONNECTION_STRING = 'https://api.lbry.io/';
const EXCHANGE_RATE_TIMEOUT = 20 * 60 * 1000;
lbryio.getExchangeRates = function() {