spee.ch/config/development.json

18 lines
364 B
JSON
Raw Normal View History

2017-06-13 08:43:56 -07:00
{
"WalletConfig": {
"LbryPayAddress": "none",
"LbryClaimAddress": "none",
"LbryChangeAddress": "none"
2017-06-13 08:43:56 -07:00
},
"AnalyticsConfig":{
2017-06-26 10:43:35 -07:00
"GoogleId": "UA-100747990-1"
},
"Database": {
2017-06-16 19:31:31 -07:00
"MySqlConnectionUri": "none",
"PublishUploadPath": "C:\\lbry\\speech\\hosted_content"
},
"Logging": {
2017-06-20 16:36:19 -07:00
"LogLevel": "silly",
2017-06-19 20:22:23 -07:00
"LogDirectory": "C:\\lbry\\speech\\logs\\"
2017-06-13 08:43:56 -07:00
}
}