diff --git a/ikoene/marvel-api-bundle/0.3/config/package/ikoene_marvel_api.yaml b/ikoene/marvel-api-bundle/0.3/config/package/ikoene_marvel_api.yaml new file mode 100644 index 00000000..9684d2b1 --- /dev/null +++ b/ikoene/marvel-api-bundle/0.3/config/package/ikoene_marvel_api.yaml @@ -0,0 +1,3 @@ +ikoene_marvel_api: + public_api_key: "%env(MARVEL_PUBLIC_API_KEY)%" + private_api_key: "%env(MARVEL_PRIVATE_API_KEY)%" diff --git a/ikoene/marvel-api-bundle/0.2/manifest.json b/ikoene/marvel-api-bundle/0.3/manifest.json similarity index 79% rename from ikoene/marvel-api-bundle/0.2/manifest.json rename to ikoene/marvel-api-bundle/0.3/manifest.json index e27ee98c..a5fa9ae5 100644 --- a/ikoene/marvel-api-bundle/0.2/manifest.json +++ b/ikoene/marvel-api-bundle/0.3/manifest.json @@ -2,6 +2,9 @@ "bundles": { "Ikoene\\MarvelApiBundle\\IkoeneMarvelApiBundle": ["all"] }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, "env": { "#1": "Get your API key from https://developer.marvel.com", "MARVEL_PUBLIC_API_KEY": "...", diff --git a/ikoene/marvel-api-bundle/0.2/post-install.txt b/ikoene/marvel-api-bundle/0.3/post-install.txt similarity index 100% rename from ikoene/marvel-api-bundle/0.2/post-install.txt rename to ikoene/marvel-api-bundle/0.3/post-install.txt