From 4fd5a2327c4815ce108a16682952762dfff0abbf Mon Sep 17 00:00:00 2001
From: kbeyro <121854496+kbeyro@users.noreply.github.com>
Date: Wed, 17 Jul 2024 12:24:37 +0200
Subject: [PATCH] Add landing in template with flag

---
 docker/config.template.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/config.template.json b/docker/config.template.json
index 821e22ef..ce673de3 100644
--- a/docker/config.template.json
+++ b/docker/config.template.json
@@ -9,5 +9,6 @@
 	},
 	"captchaKey": "${CAPTCHA_KEY}",
     "showGitInfo": true,
-    "showChangelog": true
+    "showChangelog": true,
+	"landing" :"${LANDING_PROFILE}"
 }
-- 
GitLab