fixup! update(vaultwarden): deploy on baldur

This commit is contained in:
Filippo Berto 2025-10-23 12:21:13 +02:00
parent d18788bfbe
commit cf3e7131a8
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -35,11 +35,11 @@
# thus without transport encryption. # thus without transport encryption.
# If you use an external mail server, follow: # If you use an external mail server, follow:
# https://github.com/dani-garcia/vaultwarden/wiki/SMTP-configuration # https://github.com/dani-garcia/vaultwarden/wiki/SMTP-configuration
SMTP_HOST = "127.0.0.1"; SMTP_HOST = "smtp.gmail.com";
SMTP_PORT = 25; SMTP_PORT = 25;
SMTP_SECURITY = "starttls"; SMTP_SECURITY = "starttls";
SMTP_FROM = "admin@bitwarden.example.com"; SMTP_FROM = "filippoberto95@gmail.com";
SMTP_FROM_NAME = "Bitwarden server"; SMTP_FROM_NAME = "Bitwarden server";
}; };
}; };