Upload refactor #242
|
@ -1,23 +1,22 @@
|
||||||
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
wallet: {
|
wallet: {
|
||||||
lbryClaimAddress: null,
|
lbryClaimAddress: null, // choose an address from your lbry wallet
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
defaultChannel : null,
|
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
},
|
},
|
||||||
analytics: {
|
analytics: {
|
||||||
googleId: null,
|
googleId: null, // google id for analytics tracking; leave `null` if not applicable
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
},
|
},
|
||||||
sql: {
|
sql: {
|
||||||
database: 'lbry',
|
database: null, // name of mysql database
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
username: null,
|
username: null, // username for mysql
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
password: null,
|
password: null, // password for mysql
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
},
|
},
|
||||||
logging: {
|
logging: {
|
||||||
logLevel : null,
|
logLevel : null, // options: silly, debug, verbose, info
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
slackWebHook : null,
|
slackWebHook : null, // enter a webhook if you wish to push logs to slack; otherwise leave as `null`
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
slackErrorChannel: null,
|
slackErrorChannel: null, // enter a slack channel (#example) for errors to be sent to; otherwise leave null
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
slackInfoChannel : null,
|
slackInfoChannel : null, // enter a slack channel (#info) for info level logs to be sent to otherwise leave null
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
},
|
},
|
||||||
session: {
|
session: {
|
||||||
sessionKey: null,
|
sessionKey: null, // enter a secret key to be used for session encryption
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
A more common convention for this is probably A more common convention for this is probably `speechConfig.example.js` or `speechConfig.js.example`.
I like I like `speechConfig.js.example`
|
A more common convention for this is probably
speechConfig.example.js
orspeechConfig.js.example
.