From 01296a4652e2ddc286a9cd63051aa50da8eebccb Mon Sep 17 00:00:00 2001 From: Germain LECOURTOIS <48405438+germainlecourtoissloop@users.noreply.github.com> Date: Sat, 21 Aug 2021 07:14:56 +0200 Subject: [PATCH] Woleet naming convention (#1191) * SYmfony Flex Recipe for Woleet-Bundle * fix ident for yaml * fix : remove alias on contrib base * fix : remove uneeded param in receipt * Woleet naming convention * tweak: TOKEN and CALLBACK in .env files clean: remove version 1.0 --- .../1.2/config/packages/monsieur_sloop_woleet.yaml | 6 ++++++ monsieursloop/woleet-bundle/1.2/manifest.json | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 monsieursloop/woleet-bundle/1.2/config/packages/monsieur_sloop_woleet.yaml create mode 100644 monsieursloop/woleet-bundle/1.2/manifest.json diff --git a/monsieursloop/woleet-bundle/1.2/config/packages/monsieur_sloop_woleet.yaml b/monsieursloop/woleet-bundle/1.2/config/packages/monsieur_sloop_woleet.yaml new file mode 100644 index 00000000..ea163bd9 --- /dev/null +++ b/monsieursloop/woleet-bundle/1.2/config/packages/monsieur_sloop_woleet.yaml @@ -0,0 +1,6 @@ +monsieur_sloop_woleet: + #API KEY + api_token: "%env(WOLEET_API_TOKEN)%" + #API CALLBACK KEY + callback_secret: "%env(WOLEET_CALLBACK_SECRET)%" + diff --git a/monsieursloop/woleet-bundle/1.2/manifest.json b/monsieursloop/woleet-bundle/1.2/manifest.json new file mode 100644 index 00000000..729bea94 --- /dev/null +++ b/monsieursloop/woleet-bundle/1.2/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "MonsieurSloop\\Bundle\\WoleetBundle\\MonsieurSloopWoleetBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "WOLEET_API_TOKEN": "your_api_token", + "WOLEET_CALLBACK_SECRET": "your_callback_secret" + } +}