lbry-redux/src/constants/shared_preferences.js

14 lines
462 B
JavaScript
Raw Normal View History

2019-12-12 11:47:09 -05:00
/*
2020-01-13 16:55:28 -05:00
* How to use this file:
* Settings exported from here will trigger the setting to be
* sent to the preference middleware when set using the
* usual setDaemonSettings and clearDaemonSettings methods.
*
* See redux/settings/actions in the app for where this is used.
2019-12-12 11:47:09 -05:00
*/
import * as DAEMON_SETTINGS from './daemon_settings';
export const WALLET_SERVERS = DAEMON_SETTINGS.LBRYUM_SERVERS;
2020-02-20 00:57:55 -05:00
export const SHARE_USAGE_DATA = DAEMON_SETTINGS.SHARE_USAGE_DATA;