mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 06:31:31 +00:00
* Refactor examples to all be multi-user structured * Move configuration into its own file * Separate config approaches into env/json approaches with guidance on which one to use * Add more comments to example json * Simplify main readme and provide a more opinionated, minimal example there
9 lines
227 B
JSON
9 lines
227 B
JSON
[
|
|
{
|
|
"name": "myMaloja", // required, a name to identify your Client
|
|
"data": {
|
|
"url": "https://domain.tld", // the base url of your maloja installation
|
|
"apiKey": "string" // your maloja api key
|
|
}
|
|
}
|
|
]
|