From 388c7a795cd4112801c77c121d0b04f3eb1f949d Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Wed, 26 Nov 2025 14:45:06 +0100 Subject: [PATCH] add new env to frontend env template --- frontend/.env.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/.env.template b/frontend/.env.template index 9c51e03ca..4fa775098 100644 --- a/frontend/.env.template +++ b/frontend/.env.template @@ -23,4 +23,5 @@ META_KEYWORDS_EN=$META_KEYWORDS_EN META_AUTHOR=$META_AUTHOR GMS_ACTIVE=$GMS_ACTIVE -HUMHUB_ACTIVE=$HUMHUB_ACTIVE \ No newline at end of file +HUMHUB_ACTIVE=$HUMHUB_ACTIVE +DLT_ACTIVE=$DLT_ACTIVE \ No newline at end of file