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

12 lines
203 B
JSON
Raw Normal View History

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