mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"manifests": {
|
|
"core23/lastfm-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Core23\\LastFmBundle\\Core23LastFmBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"LASTFM_API_ID": "",
|
|
"LASTFM_API_SECRET": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/core23_lastfm.yaml": {
|
|
"contents": [
|
|
"core23_lastfm:",
|
|
" api:",
|
|
" app_id: '%env(LASTFM_API_ID)%'",
|
|
" shared_secret: '%env(LASTFM_API_SECRET)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "c73e219dfbfb682343c3a8c3df3ee329e6f4a8b7"
|
|
}
|
|
}
|
|
}
|