[calliostro/last-fm-client-bundle] Add recipe (#1852)

This commit is contained in:
Joey
2025-08-31 08:22:33 +02:00
committed by GitHub
parent 2dd9228ee0
commit 577b45237a
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,11 @@
calliostro_last_fm_client:
# Get your API credentials from https://www.last.fm/api/account/create
api_key: '%env(LASTFM_API_KEY)%'
secret: '%env(LASTFM_SECRET)%'
# Optional: session key for user-specific actions (scrobbling, etc.)
# session: '%env(LASTFM_SESSION_KEY)%'
# Optional: HTTP client configuration
# http_client_options:
# timeout: 30
@@ -0,0 +1,13 @@
{
"bundles": {
"Calliostro\\LastFmClientBundle\\CalliostroLastFmClientBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LASTFM_API_KEY": "",
"LASTFM_SECRET": "",
"#LASTFM_SESSION_KEY": ""
}
}