diff --git a/monsieursloop/woleet-bundle/1.0/config/packages/monsieur_sloop_woleet.yaml b/monsieursloop/woleet-bundle/1.0/config/packages/monsieur_sloop_woleet.yaml new file mode 100644 index 00000000..d8f7b396 --- /dev/null +++ b/monsieursloop/woleet-bundle/1.0/config/packages/monsieur_sloop_woleet.yaml @@ -0,0 +1,6 @@ +monsieur_sloop_woleet: + #API KEY + api_key: "YOUR_API_KEY" + #API CALLBACK KEY + api_callback_key: "YOUR_API_CALLBACK_KEY" + diff --git a/monsieursloop/woleet-bundle/1.0/manifest.json b/monsieursloop/woleet-bundle/1.0/manifest.json new file mode 100644 index 00000000..f0fe823b --- /dev/null +++ b/monsieursloop/woleet-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "MonsieurSloop\\Bundle\\WoleetBundle\\MonsieurSloopWoleetBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}