docs(config): fix typo in config-example.yaml

Fixes a typo in the description of `metrics_listen_addr` property.
This commit is contained in:
Möhsün Babayev
2026-05-06 23:45:15 +04:00
committed by nblock
parent 01eb5402f9
commit 585d0c01bc

View File

@@ -20,7 +20,7 @@ listen_addr: 127.0.0.1:8080
# Address to listen to /metrics and /debug, you may want
# to keep this endpoint private to your internal network
# Use an emty value to disable the metrics listener.
# Use an empty value to disable the metrics listener.
metrics_listen_addr: 127.0.0.1:9090
# Address to listen for gRPC.