gruezi 0.1.2

Service Discovery & Distributed Key-Value Store
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ---------------------------------------------------------------------------
# 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.