spee.ch/config/default.json

23 lines
359 B
JSON
Raw Normal View History

2017-06-12 14:56:40 -07:00
{
"WalletConfig": {
2017-09-25 08:49:28 -07:00
"LbryClaimAddress": null,
"DefaultChannel": null
2017-06-12 14:56:40 -07:00
},
"AnalyticsConfig":{
2017-09-25 08:49:28 -07:00
"GoogleId": null
},
"Database": {
2017-09-13 15:06:45 -07:00
"Database": "lbry",
2017-09-25 08:49:28 -07:00
"Username": null,
"Password": null
},
"Logging": {
2017-09-25 08:49:28 -07:00
"LogLevel": null,
"SlackWebHook": null,
"SlackErrorChannel": null,
"SlackInfoChannel": null
},
"Session": {
"SessionKey": null
2017-06-12 14:56:40 -07:00
}
}