disable lbryio
This commit is contained in:
parent
e9c8abd307
commit
581be8c429
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const lbryio = {
|
||||||
_accessToken: getLocal('accessToken'),
|
_accessToken: getLocal('accessToken'),
|
||||||
_authenticationPromise: null,
|
_authenticationPromise: null,
|
||||||
_user : null,
|
_user : null,
|
||||||
enabled: true
|
enabled: false
|
||||||
};
|
};
|
||||||
|
|
||||||
const CONNECTION_STRING = 'http://localhost:8080/';
|
const CONNECTION_STRING = 'http://localhost:8080/';
|
||||||
|
|
Loading…
Reference in a new issue