spee.ch/config/development.json

16 lines
279 B
JSON
Raw Normal View History

2017-06-13 17:43:56 +02:00
{
"WalletConfig": {
2017-07-14 07:21:18 +02:00
"LbryClaimAddress": "none"
2017-06-13 17:43:56 +02:00
},
"AnalyticsConfig":{
2017-06-26 19:43:35 +02:00
"GoogleId": "UA-100747990-1"
},
"Database": {
"MySqlConnectionUri": "none"
},
"Logging": {
2017-09-14 22:09:09 +02:00
"LogLevel": "silly",
2017-09-14 22:13:26 +02:00
"SlackErrorChannel": "#staging_speech-errors",
2017-09-14 22:09:09 +02:00
"SlackInfoChannel": "none"
2017-06-13 17:43:56 +02:00
}
}