From 1e339b2b6e28f1e5dee6c0783494c9c2ebba52c8 Mon Sep 17 00:00:00 2001 From: Guillaume Ponty <34276317+gponty@users.noreply.github.com> Date: Sat, 10 Jun 2023 09:21:27 +0200 Subject: [PATCH] Add recipe for symfony-idloom-api-bundle (#1521) * Add recipe for symfony-idloom-api-bundle * Add endline --- .../1.0/config/packages/idloom.yaml | 3 +++ gponty/symfony-idloom-api-bundle/1.0/manifest.json | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 gponty/symfony-idloom-api-bundle/1.0/config/packages/idloom.yaml create mode 100644 gponty/symfony-idloom-api-bundle/1.0/manifest.json diff --git a/gponty/symfony-idloom-api-bundle/1.0/config/packages/idloom.yaml b/gponty/symfony-idloom-api-bundle/1.0/config/packages/idloom.yaml new file mode 100644 index 00000000..a90114eb --- /dev/null +++ b/gponty/symfony-idloom-api-bundle/1.0/config/packages/idloom.yaml @@ -0,0 +1,3 @@ +# Read the documentation: https://github.com/gponty/symfony-idloom-api/blob/main/README.md +id_loom: + idloom_url: '%env(resolve:IDLOOM_URL)%' diff --git a/gponty/symfony-idloom-api-bundle/1.0/manifest.json b/gponty/symfony-idloom-api-bundle/1.0/manifest.json new file mode 100644 index 00000000..bfd76112 --- /dev/null +++ b/gponty/symfony-idloom-api-bundle/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Gponty\\IdLoomBundle\\IdLoomBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "IDLOOM_URL": "your_idloom_url" + } +}