mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
[calliostro/last-fm-client-bundle] Add recipe (#1852)
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user