vaultwarden smtp setup
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user