1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00
This commit is contained in:
yalh76 2020-06-04 15:35:35 +02:00
parent 330dd28948
commit 596e572ef3

View file

@ -182,7 +182,7 @@ ROCKET_WORKERS=1
## Mail specific settings, set SMTP_HOST and SMTP_FROM to enable the mail service.
## To make sure the email links are pointing to the correct host, set the DOMAIN variable.
## Note: if SMTP_USERNAME is specified, SMTP_PASSWORD is mandatory
SMTP_HOST=localhost
SMTP_HOST=127.0.0.1
SMTP_FROM=bitwarden-rs@__DOMAIN__
SMTP_FROM_NAME=Bitwarden_RS
SMTP_PORT=25