spee.ch/config/default.json

20 lines
320 B
JSON
Raw Normal View History

2017-06-12 23:56:40 +02:00
{
"WalletConfig": {
2017-09-25 17:49:28 +02:00
"LbryClaimAddress": null,
"DefaultChannel": null
2017-06-12 23:56:40 +02:00
},
"AnalyticsConfig":{
2017-09-25 17:49:28 +02:00
"GoogleId": null
},
"Database": {
2017-09-14 00:06:45 +02:00
"Database": "lbry",
2017-09-25 17:49:28 +02:00
"Username": null,
"Password": null
},
"Logging": {
2017-09-25 17:49:28 +02:00
"LogLevel": null,
"SlackWebHook": null,
"SlackErrorChannel": null,
"SlackInfoChannel": null
2017-06-12 23:56:40 +02:00
}
}