alexandret/evc-bundle

Dotenv

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

Generated files

config/packages/alexandre_evc.yaml

alexandre_evc:
    api_id: '%env(EVC_API)%'
    username: '%env(EVC_USERNAME)%'
    password: '%env(EVC_PASSWORD)%'