From e95b229bc648f0a4f6f31d8a584dd38b9fc85a19 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:47:58 +0100 Subject: [PATCH] fix email --- conf/variables.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/variables.env b/conf/variables.env index 436328d..f2f3409 100644 --- a/conf/variables.env +++ b/conf/variables.env @@ -43,7 +43,7 @@ OVERLEAF_SECURE_COOKIE=false OVERLEAF_SITE_URL=https://__DOMAIN__ # SHARELATEX_NAV_TITLE=Our Overleaf Instance # SHARELATEX_HEADER_IMAGE_URL=http://somewhere.com/mylogo.png -# OVERLEAF_ADMIN_EMAIL=admin@__DOMAIN__ +OVERLEAF_ADMIN_EMAIL=__APP__@__DOMAIN__ # SHARELATEX_LEFT_FOOTER=[{"text":"Powered by Overleaf © 2021", "url": "https://www.overleaf.com"}, {"text": "Contact your support team", "url": "mailto:support@example.com"} ] # SHARELATEX_RIGHT_FOOTER=[{"text":"Hello I am on the Right"}]