Selector/Selector.CLI/appsettings.json

24 lines
496 B
JSON
Raw Normal View History

{
2021-10-11 23:19:19 +01:00
"Selector": {
"ClientId": "",
"ClientSecret" "",
"Equality": "uri",
"Watcher": {
"Instances": [
{
"name": "sarsoo",
"type": "player"
},
{
"name": "andy",
"type": "playlist"
}
]
}
},
"Logging": {
"LogLevel": {
"Default": "Information"
}
}
}