From 6034ba0d7b010f9dc546be117a70bfd631831a74 Mon Sep 17 00:00:00 2001 From: Alexandre-T Date: Wed, 1 Jan 2020 19:50:30 +0100 Subject: [PATCH] Creating a manifest.json for alexandret/evc-bundle:1.0 --- .../1.0/config/packages/alexandre_evc.yaml | 4 ++++ alexandret/evc-bundle/1.0/manifest.json | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 alexandret/evc-bundle/1.0/config/packages/alexandre_evc.yaml create mode 100644 alexandret/evc-bundle/1.0/manifest.json diff --git a/alexandret/evc-bundle/1.0/config/packages/alexandre_evc.yaml b/alexandret/evc-bundle/1.0/config/packages/alexandre_evc.yaml new file mode 100644 index 00000000..b36cf618 --- /dev/null +++ b/alexandret/evc-bundle/1.0/config/packages/alexandre_evc.yaml @@ -0,0 +1,4 @@ +alexandre_evc: + api_id: '%env(EVC_API)%' + username: '%env(EVC_USERNAME)%' + password: '%env(EVC_PASSWORD)%' diff --git a/alexandret/evc-bundle/1.0/manifest.json b/alexandret/evc-bundle/1.0/manifest.json new file mode 100644 index 00000000..4389932b --- /dev/null +++ b/alexandret/evc-bundle/1.0/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "Alexandre\\EvcBundle\\AlexandreEvcBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "EVC_API": "Enter the api version provided by evc.de support", + "EVC_USERNAME": "Enter your reseller account number", + "EVC_PASSWORD": "Enter your api password, not the password to connect on evc.de website" + } +}