mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-16 20:50:33 +00:00
Updated Deployment examples (markdown)
@@ -58,7 +58,7 @@ See [Proxy Examples](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examp
|
||||
SMTP_FROM = "bitwarden@example.com";
|
||||
SMTP_FROM_NAME = "Bitwarden_RS";
|
||||
SMTP_PORT = 587;
|
||||
SMTP_SSL = true;
|
||||
SMTP_SECURITY = starttls;
|
||||
# SMTP_USERNAME = (import /etc/nixos/secret/bitwarden.nix).SMTP_USERNAME;
|
||||
# SMTP_PASSWORD = (import /etc/nixos/secret/bitwarden.nix).SMTP_PASSWORD;
|
||||
SMTP_TIMEOUT = 15;
|
||||
|
||||
Reference in New Issue
Block a user