From 35370d747a15e6682526c876ef015474eb530820 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmeier Date: Sun, 22 Dec 2019 03:27:35 +0100 Subject: [PATCH] Add recipe for inwx-api-bundle >= v1.0 --- .../1.0/config/packages/inwx_api.yaml | 8 ++++++++ sebtm/inwx-api-bundle/1.0/manifest.json | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 sebtm/inwx-api-bundle/1.0/config/packages/inwx_api.yaml create mode 100644 sebtm/inwx-api-bundle/1.0/manifest.json diff --git a/sebtm/inwx-api-bundle/1.0/config/packages/inwx_api.yaml b/sebtm/inwx-api-bundle/1.0/config/packages/inwx_api.yaml new file mode 100644 index 00000000..2f411849 --- /dev/null +++ b/sebtm/inwx-api-bundle/1.0/config/packages/inwx_api.yaml @@ -0,0 +1,8 @@ +# Read the documentation: https://github.com/SebTM/inwx-api-bundle +inwx_api: + debug: '%kernel.debug%' + environment: development + json: true + language: en + username: '%env(resolve:INWX_USERNAME)%' + password: '%env(resolve:INWX_PASSWORD)%' diff --git a/sebtm/inwx-api-bundle/1.0/manifest.json b/sebtm/inwx-api-bundle/1.0/manifest.json new file mode 100644 index 00000000..e81d9ecc --- /dev/null +++ b/sebtm/inwx-api-bundle/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "SebTM\\INWX\\InwxApiBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "INWX_USERNAME": "", + "INWX_PASSWORD": "" + } +}