Add developer settings to lbry.js
This commit is contained in:
parent
eb18d47e8a
commit
a2aaf65be5
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ var lbry = {
|
||||||
},
|
},
|
||||||
defaultClientSettings: {
|
defaultClientSettings: {
|
||||||
showNsfw: false,
|
showNsfw: false,
|
||||||
|
debug: false,
|
||||||
|
useCustomLighthouseServers: false,
|
||||||
|
customLighthouseServers: [],
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue