-
Notifications
You must be signed in to change notification settings - Fork 0
Environment Variables
Ahmed edited this page Mar 16, 2026
·
2 revisions
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.jarAlternatively, when deployed via Docker, you map the configuration folder securely:
environment:
EVENTLENS_CONFIG: /app/eventlens.yaml