mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
14 lines
405 B
JSON
14 lines
405 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|