spee.ch/config/production.json

19 lines
344 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-30 07:30:24 +02:00
"GoogleId": "UA-60403362-3"
},
"Database": {
"MySqlConnectionUri": "none",
2017-06-17 19:10:41 +02:00
"PublishUploadPath": "/home/lbry/Downloads/"
},
"Logging": {
2017-06-20 05:22:23 +02:00
"LogLevel": "debug",
"LogDirectory": "/home/lbry/Logs"
2017-06-13 17:43:56 +02:00
}
2017-06-17 19:07:03 +02:00
}