Merge pull request #816

This commit is contained in:
symfony-flex-server[bot]
2020-02-11 13:29:37 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,4 @@
alexandre_evc:
api_id: '%env(EVC_API)%'
username: '%env(EVC_USERNAME)%'
password: '%env(EVC_PASSWORD)%'
+13
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"
}
}