botjaeger/nexmo-bundle

Dotenv

BOTJAEGER_NEXMO_API_KEY=your-api-public-key
BOTJAEGER_NEXMO_API_SECRET=your-api-secret-key
BOTJAEGER_NEXMO_API_BRAND=your-brand-name

Generated files

config/packages/botjaeger_nexmo.yaml

botjaeger_nexmo:
    api_key: "%env(BOTJAEGER_NEXMO_API_KEY)%"
    api_secret: "%env(BOTJAEGER_NEXMO_API_SECRET)%"
    api_brand: "%env(BOTJAEGER_NEXMO_API_BRAND)%"