summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-02-11 17:13:53 +0100
committerkali kaneko (leap communications) <kali@leap.se>2020-02-11 19:05:29 +0100
commit828ee14b4e903bbda9291bc9ee09ff98b66003c7 (patch)
tree171d4ba1766274087f2d29f233e90e59f5781225 /README.md
parentecaa22111ee8e34111080139e1e8a92b90e30158 (diff)
[feat] metrics listen in separate port
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e423b67..5e36032 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,8 @@ authentication credentials).
|-------------------|:--------------------:|----------------------|-------------------------------------------------------:|
| **apiPath** | `VPNWEB_API_PATH` | /etc/leap/config/vpn | _Path for the public API static files_ |
| **providerCaCrt** | `VPNWEB_PROVIDER_CA` | /etc/leap/ca/ca.crt | _Path for the provider CA certificate_ |
-| **port** | `VPNWEB_PORT` | 8000 | _Port where the server will listen_ |
+| **port** | `VPNWEB_PORT` | 8000 | _Port where the api server will listen_ |
+| **metricsPort** | `VPNWEB_METRICS_PORT`| 8001 | _Port where the metrics server will listen_ |
| **tls** | | false | _Enable TLS on the service_ |
| **tlsCrt** | `VPNWEB_TLSCRT` | | _Path to the cert file for TLS_ |
| **tlsKey** | `VPNWEB_TLSKEY` | | _Path to the key file for TLS_ |