lbry-social-tipbot/config/default.js
Akinwale Ariwodola a408b4e9d3 Initial commit
2017-09-23 17:05:00 +01:00

25 lines
530 B
JavaScript

module.exports = {
debug: true,
accessTokenPath: 'token',
clientId: '<CLIENT_ID>',
clientSecret: '<CLIENT_SECRET>',
username: '<USERNAME>',
password: '<PASSWORD>',
// for handling tip comments
redditName: 'u/lbryian',
mariadb: {
host: 'localhost',
username: '<DB_USERNAME>',
password: '<DB_PASSWORD>',
database: '<DB_NAME>'
},
lbrycrd: {
account: 'tips',
rpcurl: 'http://127.0.0.1:9245',
txfee: 0.00002000
}
};