multi-scrobbler/config/maloja.json.example
FoxxMD 22cc300733 More doc updates
* Format example json comments to be cleaner to read
* Rewrite intro to better reflect new functionality
2020-12-08 10:05:56 -05:00

9 lines
268 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
}
}
]