## Required for Team Server integration
# ENDURA_LICENSE_KEY=your_license_key_from_endura_security
# ENDURA_TEAM_SERVER=https://your-team-server.company.com
# ENDURA_SENSOR_TOKEN=your_sensor_token_from_team_server

## Optional configuration variables and their default values
# ENDURA_BATCHER_AUTOFLUSH=false
# ENDURA_EXIT_ZERO=false
# ENDURA_HTTP_TIMEOUT=5 # seconds
# ENDURA_JOB_TIMEOUT= # ex: 90s, 2h, 1d; empty (default) is unlimited
# ENDURA_LOG_FILE=/var/log/endura/sensor.log
# ENDURA_LOG_FORMAT=text # or json, one record per line; applies to the log file only
# ENDURA_LOG_LEVEL=info
# ENDURA_SENSOR_KILL_TASK=true
# ENDURA_SENSOR_MAX_CLIENTS=256 # concurrent control socket clients; 0 disables (not recommended)
# ENDURA_SENSOR_POLICY_NOCACHE=false
# ENDURA_SENSOR_TIMEOUT=10 # seconds; 0 disables (not recommended)
# ENDURA_TLS_PIN= # PEM file whose certificates become the only trusted Team Server roots; empty trusts webpki
# ENDURA_TLS_VERIFY=true
# ENDURA_VERSION_CHECK=true # false keeps submitting to a Team Server of another major version (not recommended)
