spee.ch/config/development.json

13 lines
233 B
JSON
Raw Normal View History

2017-06-13 08:43:56 -07:00
{
"WalletConfig": {
2017-09-21 16:03:45 -07:00
"DefaultChannel": "@speechDev"
2017-06-13 08:43:56 -07:00
},
"AnalyticsConfig":{
2017-06-26 10:43:35 -07:00
"GoogleId": "UA-100747990-1"
},
"Logging": {
2017-09-14 13:09:09 -07:00
"LogLevel": "silly",
2017-09-14 13:13:26 -07:00
"SlackErrorChannel": "#staging_speech-errors",
2017-09-14 13:09:09 -07:00
"SlackInfoChannel": "none"
2017-06-13 08:43:56 -07:00
}
}