fixup! update(vaultwarden): deploy on baldur
This commit is contained in:
parent
d18788bfbe
commit
cf3e7131a8
1 changed files with 2 additions and 2 deletions
|
|
@ -35,11 +35,11 @@
|
||||||
# thus without transport encryption.
|
# thus without transport encryption.
|
||||||
# If you use an external mail server, follow:
|
# If you use an external mail server, follow:
|
||||||
# https://github.com/dani-garcia/vaultwarden/wiki/SMTP-configuration
|
# https://github.com/dani-garcia/vaultwarden/wiki/SMTP-configuration
|
||||||
SMTP_HOST = "127.0.0.1";
|
SMTP_HOST = "smtp.gmail.com";
|
||||||
SMTP_PORT = 25;
|
SMTP_PORT = 25;
|
||||||
SMTP_SECURITY = "starttls";
|
SMTP_SECURITY = "starttls";
|
||||||
|
|
||||||
SMTP_FROM = "admin@bitwarden.example.com";
|
SMTP_FROM = "filippoberto95@gmail.com";
|
||||||
SMTP_FROM_NAME = "Bitwarden server";
|
SMTP_FROM_NAME = "Bitwarden server";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue