From 3a68a9d44c70130c57bc12c0f9e0b067f23a02b2 Mon Sep 17 00:00:00 2001 From: routmoute Date: Thu, 28 Apr 2022 03:35:27 +0200 Subject: [PATCH] add routmoute-sirene-bundle --- .../1.0/config/packages/routmoute_sirene.yaml | 3 +++ routmoute/routmoute-sirene-bundle/1.0/manifest.json | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 routmoute/routmoute-sirene-bundle/1.0/config/packages/routmoute_sirene.yaml create mode 100644 routmoute/routmoute-sirene-bundle/1.0/manifest.json diff --git a/routmoute/routmoute-sirene-bundle/1.0/config/packages/routmoute_sirene.yaml b/routmoute/routmoute-sirene-bundle/1.0/config/packages/routmoute_sirene.yaml new file mode 100644 index 00000000..fbbffec4 --- /dev/null +++ b/routmoute/routmoute-sirene-bundle/1.0/config/packages/routmoute_sirene.yaml @@ -0,0 +1,3 @@ +routmoute_sirene: + consumer_key: '%env(ROUTMOUTE_SIRENE_CONSUMER_KEY)%' + consumer_secret: '%env(ROUTMOUTE_SIRENE_CONSUMER_SECRET)%' diff --git a/routmoute/routmoute-sirene-bundle/1.0/manifest.json b/routmoute/routmoute-sirene-bundle/1.0/manifest.json new file mode 100644 index 00000000..721149c7 --- /dev/null +++ b/routmoute/routmoute-sirene-bundle/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Routmoute\\Bundle\\RoutmouteSireneBundle\\RoutmouteSireneBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ROUTMOUTE_SIRENE_CONSUMER_KEY": "YourInseeConsumerKey", + "ROUTMOUTE_SIRENE_CONSUMER_SECRET": "YourInseeConsumerSecret" + } +}