# ---------------------------------------------------------------------------
# gruezi packaged service environment
# ---------------------------------------------------------------------------
# Primary config file used by the systemd unit.
GRUEZI_CONFIG=/etc/gruezi/gruezi.yaml
# Logging verbosity for the packaged service.
# Valid examples: -v, -vv, -vvv
GRUEZI_VERBOSE=-v
# Optional OpenTelemetry export settings.
# OTEL_EXPORTER_OTLP_ENDPOINT=http://127.0.0.1:4317
# OTEL_EXPORTER_OTLP_HEADERS=authorization=Bearer example-token
# The active config is intentionally not packaged here because HA and KV node
# settings are environment-specific. Provision /etc/gruezi/gruezi.yaml with
# Ansible or your package manager hooks before starting the service.