From 2e2805fc47933fba6e4e6415af2b2ec2b99275d7 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Tue, 18 Apr 2017 15:54:16 -0400 Subject: [PATCH] Fix config values --- ui/js/lbryio.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/js/lbryio.js b/ui/js/lbryio.js index b6fa1a5b0..504b6b3e4 100644 --- a/ui/js/lbryio.js +++ b/ui/js/lbryio.js @@ -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() {