Creating a manifest.json for alexandret/evc-bundle:1.0

This commit is contained in:
Alexandre-T
2020-01-01 19:50:30 +01:00
parent 3864974895
commit 6034ba0d7b
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
alexandre_evc:
api_id: '%env(EVC_API)%'
username: '%env(EVC_USERNAME)%'
password: '%env(EVC_PASSWORD)%'

View File

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