module.exports = { debug: true, accessTokenPath: 'token', clientId: '', clientSecret: '', username: '', password: '', userAgent: '', howToUseUrl: 'https://np.reddit.com/r/lbry/wiki/tipbot', // for handling tip comments redditName: 'u/lbryian', gildPrice: 2.5, mariadb: { host: 'localhost', username: '', password: '', database: '' }, lbrycrd: { account: 'tips', rpcurl: 'http://127.0.0.1:9245', txfee: 0.00002000 } };