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

15 lines
251 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"
},
"Session": {
"SessionKey": "SESSION_KEY"
2017-06-12 23:56:40 +02:00
}
}