# Address of Prometheus API
PROMETHEUS="--prometheus.address http://127.0.0.1:9090"
# Address to listen on for API and telemetry
WEB="--web.listen-address 0.0.0.0:9988"
# Logging configuration
LOG="--log.level trace --log.alerts"
# Other options
OPTIONS="--fencing.enable --fencing.max 1 --metric.wearout.max-ratio 30 --model.wearout.max-ratio 30"
