From 9993a7327cd209738fe181662655b48825170b2e Mon Sep 17 00:00:00 2001 From: Alex Hoyau Date: Fri, 11 Oct 2024 12:35:28 +0300 Subject: [PATCH] doc --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c189ac4..6ab2546 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ You can set the following environment variables to customize the instance: | `GITLAB2_DOMAIN` | Domain of the 2nd Gitlab server, e.g `https://gitlab.com` | string | required | | `GITLAB2_CLIENT_ID` | Client ID for the 2nd Gitlab OAuth | string | required | | `GITLAB2_CLIENT_SECRET` | Client secret for the 2nd Gitlab OAuth | string | required | +| `BREVO_API_KEY` | The API key for the Brevo service (onboarding, optional) | string | - | +| `BREVO_API_URL` | The API URL for the Brevo service (onboarding, optional) | string | - | +| `BREVO_LIST_ID` | The list ID for the Brevo service (onboarding, optional) | string | - | ## Support