diff --git a/core23/lastfm-bundle/0.4/config/packages/core23_lastfm.yaml b/core23/lastfm-bundle/0.4/config/packages/core23_lastfm.yaml new file mode 100644 index 00000000..d2f11591 --- /dev/null +++ b/core23/lastfm-bundle/0.4/config/packages/core23_lastfm.yaml @@ -0,0 +1,4 @@ +core23_lastfm: + api: + app_id: '%env(LASTFM_API_ID)%' + shared_secret: '%env(LASTFM_API_SECRET)%' diff --git a/core23/lastfm-bundle/0.4/manifest.json b/core23/lastfm-bundle/0.4/manifest.json new file mode 100644 index 00000000..7b093740 --- /dev/null +++ b/core23/lastfm-bundle/0.4/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Core23\\LastFmBundle\\Core23LastFmBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "LASTFM_API_ID": "", + "LASTFM_API_SECRET": "" + } +}