Updated Deployment examples (markdown)

Mathijs van Veluw 2024-04-17 16:57:46 +02:00
parent 0df60bbff9
commit 21b7d250f1
1 changed files with 1 additions and 1 deletions

@ -58,7 +58,7 @@ See [Proxy Examples](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examp
SMTP_FROM = "bitwarden@example.com"; SMTP_FROM = "bitwarden@example.com";
SMTP_FROM_NAME = "Bitwarden_RS"; SMTP_FROM_NAME = "Bitwarden_RS";
SMTP_PORT = 587; SMTP_PORT = 587;
SMTP_SSL = true; SMTP_SECURITY = starttls;
# SMTP_USERNAME = (import /etc/nixos/secret/bitwarden.nix).SMTP_USERNAME; # SMTP_USERNAME = (import /etc/nixos/secret/bitwarden.nix).SMTP_USERNAME;
# SMTP_PASSWORD = (import /etc/nixos/secret/bitwarden.nix).SMTP_PASSWORD; # SMTP_PASSWORD = (import /etc/nixos/secret/bitwarden.nix).SMTP_PASSWORD;
SMTP_TIMEOUT = 15; SMTP_TIMEOUT = 15;