docs: add another listening-address example

This commit is contained in:
Christoph Haas 2025-05-04 09:26:56 +02:00
parent 923d4a6188
commit 020ebb64e7

View File

@ -282,7 +282,7 @@ Controls how WireGuard Portal collects and reports usage statistics, including p
### `listening_address`
- **Default:** `:8787`
- **Description:** Address and port for the integrated Prometheus metric server (e.g., `:8787`).
- **Description:** Address and port for the integrated Prometheus metric server (e.g., `:8787` or `127.0.0.1:8888`).
---