spee.ch/config/production.json

17 lines
280 B
JSON
Raw Normal View History

2017-06-13 08:43:56 -07:00
{
"WalletConfig": {
"LbryAddress": "none"
2017-06-13 08:43:56 -07:00
},
"AnalyticsConfig":{
"GoogleId": "UA-60403362-2"
},
"Database": {
"MySqlConnectionUri": "none",
2017-06-17 10:10:41 -07:00
"PublishUploadPath": "/home/lbry/Downloads/"
},
"Logging": {
2017-06-19 20:22:23 -07:00
"LogLevel": "debug",
"LogDirectory": "/home/lbry/Logs"
2017-06-13 08:43:56 -07:00
}
2017-06-17 10:07:03 -07:00
}