From 783145849ba62eb9f1dff07c1f303827f9cc7fa1 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmeier Date: Mon, 23 Jul 2018 18:00:33 +0200 Subject: [PATCH] Add updated recipe for inwx-api-bundle v0.2 --- .../0.2/config/packages/inwx_api.yaml | 4 ++++ sebtm/inwx-api-bundle/0.2/manifest.json | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 sebtm/inwx-api-bundle/0.2/config/packages/inwx_api.yaml create mode 100644 sebtm/inwx-api-bundle/0.2/manifest.json diff --git a/sebtm/inwx-api-bundle/0.2/config/packages/inwx_api.yaml b/sebtm/inwx-api-bundle/0.2/config/packages/inwx_api.yaml new file mode 100644 index 00000000..2c6c6a57 --- /dev/null +++ b/sebtm/inwx-api-bundle/0.2/config/packages/inwx_api.yaml @@ -0,0 +1,4 @@ +# Read the documentation: https://github.com/SebTM/inwx-api-bundle +inwx_api: + username: '%env(resolve:INWX_USERNAME)%' + password: '%env(resolve:INWX_PASSWORD)%' diff --git a/sebtm/inwx-api-bundle/0.2/manifest.json b/sebtm/inwx-api-bundle/0.2/manifest.json new file mode 100644 index 00000000..e81d9ecc --- /dev/null +++ b/sebtm/inwx-api-bundle/0.2/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "SebTM\\INWX\\InwxApiBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "INWX_USERNAME": "", + "INWX_PASSWORD": "" + } +}