From 2084420f8d7038b798024cf91d9992cb02b680d7 Mon Sep 17 00:00:00 2001 From: mich Date: Wed, 12 Mar 2025 13:02:07 +0000 Subject: [PATCH] rem passwd bitwarden smtp --- roles/deploy-docker/templates/bitwarden.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/deploy-docker/templates/bitwarden.yml b/roles/deploy-docker/templates/bitwarden.yml index 21cc9f8..b5b46cc 100644 --- a/roles/deploy-docker/templates/bitwarden.yml +++ b/roles/deploy-docker/templates/bitwarden.yml @@ -19,7 +19,7 @@ services: - SMTP_PORT=465 # Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 (submissions) is used for encrypted submission (Implicit TLS). - SMTP_USERNAME=contact@{{ domaine_ext }} - - SMTP_PASSWORD=Jemeqq3dw@louovh + - SMTP_PASSWORD= - SMTP_TIMEOUT=15 ports: - 9091:80