spee.ch/config/speechConfig_example.js
2017-11-06 15:18:45 -08:00

23 lines
385 B
JavaScript

module.exports = {
wallet: {
lbryClaimAddress: null,
defaultChannel : null,
},
analytics: {
googleId: null,
},
sql: {
database: 'lbry',
username: null,
password: null,
},
logging: {
logLevel : null,
slackWebHook : null,
slackErrorChannel: null,
slackInfoChannel : null,
},
session: {
sessionKey: null,
},
};