From 79d522081006d0dab755808372fed1508fa6b74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kol=C3=A1rik?= Date: Tue, 17 Dec 2024 18:52:06 +0100 Subject: [PATCH] docs: update env vars --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 606c4ab..78030a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,9 +33,9 @@ Most IDEs have plugins integrating the used linter (eslint), including support f ### Environment variables -- `NEW_RELIC_LICENSE_KEY={value}` used in production to send APM metrics to new relic -- `NEW_RELIC_APP_NAME={value}` used in production to send APM metrics to new relic -- `NEW_RELIC_ENABLED=false` used in development to disable newrelic monitoring +- `ELASTIC_APM_SERVER_URL={value}` used in production to send APM metrics to elastic +- `ELASTIC_APM_SECRET_TOKEN={value}` used in production to send APM metrics to elastic +- `ELASTIC_SEARCH_URL={value}` used in production to send logs to elastic - `SERVER_SESSION_COOKIE_SECRET={value}` used to read the shared session cookie - `REDIS_URL` used in production to set the redis URL including credentials - `DB_CONNECTION_HOST`, `DB_CONNECTION_USER`, `DB_CONNECTION_PASSWORD`, and `DB_CONNECTION_DATABASE` database connection details