mirror of
https://github.com/juanfont/headscale.git
synced 2026-05-10 04:34:44 +09:00
docs(config): fix typo in config-example.yaml
Fixes a typo in the description of `metrics_listen_addr` property.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user