Move SMTP username into env file

This commit is contained in:
Vili Sinervä 2024-07-30 12:37:19 +03:00
parent 1c8c9ef0db
commit 50d6d02420
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -25,11 +25,9 @@
SIGNUPS_VERIFY_RESEND_TIME = 3600;
SIGNUPS_VERIFY_RESEND_LIMIT = 5;
SMTP_HOST = "smtp.gmail.com";
SMTP_FROM = "vmsskv12@gmail.com";
SMTP_FROM_NAME = "Vaultwarden";
SMTP_SECURITY = "force_tls";
SMTP_PRT = 587;
SMTP_USERNAME = "vmsskv12@gmail.com";
SMTP_AUTH_MECHANISM = "Login";
};
};