vaultwarden smtp setup

This commit is contained in:
2024-06-25 01:16:56 -06:00
parent 04b3e065f7
commit 79751c69ee
2 changed files with 3 additions and 9 deletions

View File

@@ -18,14 +18,8 @@
ENABLE_DB_WAL = false;
WEBSOCKET_ENABLED = true;
SHOW_PASSWORD_HINT = false;
SIGNUPS_ALLOWED = false;
EXTENDED_LOGGING = true;
LOG_LEVEL = "warn";
SMTP_HOST = config.my.localhost;
SMTP_PORT = 25;
SMTP_FROM = config.my.smtpemail;
SMTP_FROM_NAME = "Danilo Reyes";
SMTP_USERNAME = config.my.smtpemail;
};
};
nginx = {