use file config
All checks were successful
Deploy Containers / Prepare (push) Successful in 3s

This commit is contained in:
2025-12-28 17:38:20 -05:00
parent b03a4e3589
commit 5711544692
2 changed files with 12 additions and 16 deletions

View File

@@ -1,16 +0,0 @@
{
"sources": [
[
{
"name": "lastFm",
"enable": true,
"configureAs": "source",
"data": {
"apiKey": "{{ SCROBBLER_LASTFM_TOKEN }}",
"secret": "{{ SCROBBLER_LASTFM_SECRET }}",
"redirectUri": "https://scrobbler.fntz.net/lastfm/callback"
}
}
]
]
}

View File

@@ -0,0 +1,12 @@
[
{
"name": "lastFm",
"enable": true,
"configureAs": "source",
"data": {
"apiKey": "{{ SCROBBLER_LASTFM_TOKEN }}",
"secret": "{{ SCROBBLER_LASTFM_SECRET }}",
"redirectUri": "https://scrobbler.fntz.net/lastfm/callback"
}
}
]