mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-05 15:40:22 +00:00
* Keep examples as valid json by removing comments and fixing trailing commas #55 * Add README pointing to configuration docs
11 lines
250 B
JSON
11 lines
250 B
JSON
[
|
|
{
|
|
"name": "myLastFm",
|
|
"configureAs": "client",
|
|
"data": {
|
|
"apiKey": "a89cba1569901a0671d5a9875fed4be1",
|
|
"secret": "ec42e09d5ae0ee0f0816ca151008412a",
|
|
"redirectUri": "http://localhost:9078/lastfm/callback"
|
|
}
|
|
}
|
|
]
|