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" + } +}