mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Added core23/lastfm-bundle
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
core23_lastfm:
|
||||
api:
|
||||
app_id: '%env(LASTFM_API_ID)%'
|
||||
shared_secret: '%env(LASTFM_API_SECRET)%'
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Core23\\LastFmBundle\\Core23LastFmBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"LASTFM_API_ID": "",
|
||||
"LASTFM_API_SECRET": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user