multi-scrobbler/config/maloja.json.example
FoxxMD 84ae7d4aad Refactor configurations to be more granular and have more options
* Break out general config, spotify, and add maloja config
* Allow specifying a config dir from env that will be used as default search location for config files
* Use prefixes for envs and add more env options
* Simplify defaults for redirect/call on spotify config
2020-11-12 16:22:12 -05:00

4 lines
123 B
JSON

{
"url": "https://domain.tld", // the base url of your maloja installation
"apiKey": "string" // your maloja api key
}