{ "manifests": { "calliostro/last-fm-client-bundle": { "manifest": { "bundles": { "Calliostro\\LastFmClientBundle\\CalliostroLastFmClientBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "env": { "LASTFM_API_KEY": "", "LASTFM_SECRET": "", "#LASTFM_SESSION_KEY": "" } }, "files": { "config/calliostro_last_fm_client.yaml": { "contents": [ "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", "" ], "executable": false } }, "ref": "40cf8a97ff92482a0269db83aad4813335ac58a9" } } }