Selector/Selector.CLI/appsettings.json

28 lines
651 B
JSON
Raw Normal View History

{
2021-10-11 23:19:19 +01:00
"Selector": {
"ClientId": "",
2021-10-12 20:23:25 +01:00
"ClientSecret": "",
2021-10-11 23:19:19 +01:00
"Equality": "uri",
"Watcher": {
"Instances": [
{
"type": "player",
"lastfmusername": "sarsoo",
"pollperiod": 2000,
"consumers": [ "audiofeaturescache", "cachewriter", "publisher", "playcounter" ]
2021-10-11 23:19:19 +01:00
}
]
},
"Database": {
2021-10-28 23:05:07 +01:00
"enabled": false
},
"Redis": {
"enabled": true
2021-10-11 23:19:19 +01:00
}
},
"Logging": {
"LogLevel": {
"Default": "Trace"
}
}
}