plausible-pageviews-api/.env.example

9 lines
485 B
Text
Raw Permalink Normal View History

2024-10-21 13:13:13 +00:00
PORT=3000 # the api port
2024-10-21 20:33:19 +00:00
METRICS_PORT=3001 # the port on which prometheus metrics are hosted on, endpoint: /metrics
2024-10-21 13:13:13 +00:00
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
RATE_LIMIT_MINUTES=15 # the amount of time in minutes to rate limit
RATE_LIMIT_REQUESTS=100 # amount of max. requests
2024-10-21 15:35:04 +00:00
NUM_PROXY_TRUST=1 # amount of proxies to trust, set 0 to disable