Updated Deployment examples (markdown)
parent
0df60bbff9
commit
21b7d250f1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue