From 21e39de3f162240d095f0c487e0f2694e6d8f7ad Mon Sep 17 00:00:00 2001 From: overflowerror Date: Mon, 5 Aug 2024 21:37:43 +0200 Subject: [PATCH] fix: Add missing configuration to config file --- config.templ.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config.templ.php b/config.templ.php index 694fca2..0ae8730 100644 --- a/config.templ.php +++ b/config.templ.php @@ -8,6 +8,7 @@ const POSTGRES_PASSWORD = "%DBPASSWORD%"; const UPDATER_CONTACT_EMAIL = "%UPDATER_EMAIL%"; +const GENERAL_CONTACT_EMAIL = "%GENERAL_EMAIL%"; const PRIVACY_CONTACT = "%PRIVACY_CONTACT%"; const PRIVACY_CONTACT_EMAIL = "%PRIVACY_EMAIL%"; \ No newline at end of file