spee.ch/config/custom-environment-variables.json

12 lines
203 B
JSON
Raw Normal View History

2017-06-12 14:56:40 -07:00
{
"WalletConfig": {
2017-07-13 22:21:18 -07:00
"LbryClaimAddress": "LBRY_CLAIM_ADDRESS"
},
"Database": {
2017-09-13 15:06:45 -07:00
"Username": "MYSQL_USERNAME",
"Password": "MYSQL_PASSWORD"
},
"Logging": {
"SlackWebHook": "SLACK_WEB_HOOK"
2017-06-12 14:56:40 -07:00
}
}