From d9cdc9e6bb11edb39068c1c344a6d8840daf3690 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux <pierre@ozoux.net> Date: Mon, 11 Apr 2022 18:29:57 +0200 Subject: [PATCH] Fixes mail_domain for Nc. --- nextcloud/env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/env.template b/nextcloud/env.template index 3cfbd8b..e4a508b 100644 --- a/nextcloud/env.template +++ b/nextcloud/env.template @@ -17,7 +17,7 @@ OBJECTSTORE_S3_SSL=true REDIS_HOST=redis REDIS_HOST_PORT=6379 REDIS_PORT=6379 -MAIL_DOMAIN=indie.host +MAIL_DOMAIN=liiib.re SMTP_HOST=mail.indie.host SMTP_PORT=587 SMTP_SECURE=tls -- GitLab