From 542123829db55d4ae057d5f21be94fcb67c4e073 Mon Sep 17 00:00:00 2001 From: sangelo Date: Mon, 21 Oct 2024 20:33:51 +0000 Subject: [PATCH] [c] change default port in readme env example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9897806..df5d3d5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Get the requested page's views or unique visitors from Plausible Analytics. ```env PORT=3000 # the api port -METRICS_PORT=9100 # the port on which prometheus metrics are hosted on, endpoint: /metrics +METRICS_PORT=3001 # the port on which prometheus metrics are hosted on, endpoint: /metrics PLAUSIBLE_DOMAIN=plausible.io # the plausible instance domain PLAUSIBLE_API_KEY="api_key_goes_here" # your plausible API key ALLOWED_ORIGINS="https://example.com" # allowed CORS origins