vaultwarden: SMTP config

This commit is contained in:
Payas Relekar 2023-06-05 21:30:11 +05:30
parent b52d88e528
commit 716180ca62
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View file

@ -12,10 +12,17 @@ in
config = {
DOMAIN = "https://vault.bhankas.org";
SIGNUPS_ALLOWED = false;
SIGNUPS_VERIFY = false;
ROCKET_ADDRESS = "127.0.0.1";
ROCKET_PORT = "8222";
ROCKET_LOG = "critical";
SMTP_HOST = "smtp.gmail.com";
SMTP_PORT = 465;
SMTP_SECURITY = "force_tls";
SMTP_USERNAME = "relekarpayas@gmail.com";
# SMTP_PASSWORD is included in envFile
};
};