From f87555b5a7b0585ab325f52e3552bbded7148d26 Mon Sep 17 00:00:00 2001
From: Klaas Kliffen <kliffen@astron.nl>
Date: Wed, 7 Jun 2023 11:35:19 +0200
Subject: [PATCH] [SKIP CI] Update README with environment variables

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2f52dd65..dc5c5d12 100644
--- a/README.md
+++ b/README.md
@@ -213,7 +213,7 @@ The workspecification endpoint now shows an overview of specified work, which is
 # Other
 
 ## Configuration
-Configuration `.env` files are stored in this repositories' Gitalb CI variables.
+Configuration `.env` files are stored in this repositories' Gitalb CI variables. Check the [documentation](https://docs.gitlab.com/ee/ci/variables/#for-a-project) on Gitlab for more info.
 It's called `DOT_ENV` and follows the same structure as the [ldvspec.example.env](ldvspec/ldvspec.example.env) file:
 
 | Name                   | Description                                         |
-- 
GitLab