[c] change default port in env example
All checks were successful
Build and Push Docker Image / docker-build (push) Successful in 11s
All checks were successful
Build and Push Docker Image / docker-build (push) Successful in 11s
This commit is contained in:
parent
97b4150a6a
commit
8e81db783f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue