From 614cc8987bd2dbb0cd6bb6104c6bef20c1d78364 Mon Sep 17 00:00:00 2001 From: hey Date: Thu, 9 Apr 2026 10:47:25 -0400 Subject: [PATCH] comment out compose email --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index a5bc6e9..29482a3 100644 --- a/.env.sample +++ b/.env.sample @@ -35,7 +35,7 @@ ATTACHMENTS_MAX_AGE=360 # token expiration date (in seconds) # Taiga's Telemetry - Variable to enable or disable the anonymous telemetry ENABLE_TELEMETRY=True -COMPOSE_FILE="$COMPOSE_FILE:compose.email.yml" +# COMPOSE_FILE="$COMPOSE_FILE:compose.email.yml" # Taiga's SMTP settings - Variables to send Taiga's emails to the users # EMAIL_BACKEND=console # use an SMTP server or display the emails in the console (either "smtp" or "console")