spee.ch/config/development.json

18 lines
366 B
JSON
Raw Normal View History

2017-06-13 17:43:56 +02:00
{
"WalletConfig": {
"LbryPayAddress": "none",
"LbryClaimAddress": "none",
"LbryChangeAddress": "none"
2017-06-13 17:43:56 +02:00
},
"AnalyticsConfig":{
2017-06-26 19:43:35 +02:00
"GoogleId": "UA-100747990-1"
},
"Database": {
2017-06-17 04:31:31 +02:00
"MySqlConnectionUri": "none",
2017-07-09 00:17:40 +02:00
"PublishUploadPath": "C:\\lbry\\speech\\hosted_content\\"
},
"Logging": {
2017-06-21 01:36:19 +02:00
"LogLevel": "silly",
2017-06-20 05:22:23 +02:00
"LogDirectory": "C:\\lbry\\speech\\logs\\"
2017-06-13 17:43:56 +02:00
}
}