mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* Complete lastfm-bundle 2.0: add session support and move config to packages * Fix environment variable name: LASTFM_SESSION -> LASTFM_SESSION_KEY - Update session_key configuration to use LASTFM_SESSION_KEY for consistency - Addresses feedback from PR #1885 * Fix copy-from-recipe path in manifest.json - Change from '%CONFIG_DIR%/packages/' to '%CONFIG_DIR%/' - Prevents files from being copied to config/packages/packages/ - Thanks @diimpp for catching this issue
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"bundles": {
|
|
"Calliostro\\LastfmBundle\\CalliostroLastfmBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"LASTFM_API_KEY": "",
|
|
"LASTFM_SECRET": "",
|
|
"#LASTFM_SESSION": ""
|
|
}
|
|
}
|