From 828ee14b4e903bbda9291bc9ee09ff98b66003c7 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 11 Feb 2020 17:13:53 +0100 Subject: [feat] metrics listen in separate port --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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_ | -- cgit v1.2.3