multi-scrobbler/config/maloja.json.example
2025-08-06 16:48:39 +00:00

20 lines
361 B
JSON

[
{
"name": "myMaloja-client",
"enable": true,
"configureAs": "client",
"data": {
"url": "http://localhost:42010",
"apiKey": "myMalojaKey"
}
},
{
"name": "myMaloja-source",
"enable": true,
"configureAs": "source",
"data": {
"url": "http://localhost:42010",
"apiKey": "myMalojaKey"
}
}
]