Skip to content

Environment Variables

Ahmed edited this page Mar 16, 2026 · 2 revisions

Environment Variables

EventLens avoids complex environment variable pollution by utilizing a central YAML configuration file (eventlens.yaml).

However, the file path location itself can be overridden via the environment using: EVENTLENS_CONFIG

Example:

EVENTLENS_CONFIG=/app/config/prod-eventlens.yaml java -jar eventlens.jar

Alternatively, when deployed via Docker, you map the configuration folder securely:

    environment:
      EVENTLENS_CONFIG: /app/eventlens.yaml

Return Home

Clone this wiki locally