Merge pull request #494

This commit is contained in:
symfony-flex-server[bot]
2018-10-13 09:30:11 +00:00
committed by GitHub
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": ""
}
}