Added core23/lastfm-bundle

This commit is contained in:
core23
2018-09-23 16:47:06 +02:00
parent cd7b0a8979
commit 9767eb12f7
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,4 @@
core23_lastfm:
api:
app_id: '%env(LASTFM_API_ID)%'
shared_secret: '%env(LASTFM_API_SECRET)%'
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Core23\\LastFmBundle\\Core23LastFmBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LASTFM_API_ID": "",
"LASTFM_API_SECRET": ""
}
}