mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 06:31:31 +00:00
* Hierarchical retries and delay options for sources and clients (override general config => individual config) * Logging for retry attempts * Respect Retry-After header on responses if present
10 lines
377 B
JSON
10 lines
377 B
JSON
[
|
|
{
|
|
"name": "myMaloja", // required, a name to identify your Client
|
|
"data": {
|
|
"url": "https://domain.tld", // required, the base url of your maloja installation
|
|
"apiKey": "string" // required, your maloja api key
|
|
// ALSO see config.json.example for default properties that can be overridden here (in clientDefaults)
|
|
}
|
|
}
|
|
]
|