aboutsummaryrefslogtreecommitdiff
path: root/.env.template
diff options
context:
space:
mode:
authorBlackDex <[email protected]>2020-09-19 17:09:58 +0200
committerBlackDex <[email protected]>2020-09-19 17:09:58 +0200
commitf847c6e22519beb3acb03fb1ed02698cd4917e2f (patch)
treef0b9cbc967ff2ab92e748398a100c563a7b8fd3e /.env.template
parent99da5fbebbe9635608b50f94cf52e7684819692d (diff)
downloadvaultwarden-f847c6e22519beb3acb03fb1ed02698cd4917e2f.tar.gz
vaultwarden-f847c6e22519beb3acb03fb1ed02698cd4917e2f.zip
Updated the config options descriptions.
Made some small changes to the description of the config options for SMTP. Some were a bit cryptic and missing some extra descriptions. Also made it more clear which type of secured smtp connection is going to used.
Diffstat (limited to '.env.template')
-rw-r--r--.env.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.template b/.env.template
index 06fd163e..04977ed8 100644
--- a/.env.template
+++ b/.env.template
@@ -206,8 +206,8 @@
# SMTP_FROM_NAME=Bitwarden_RS
# SMTP_PORT=587
-# SMTP_SSL=true
-# SMTP_EXPLICIT_TLS=true # N.B. This variable configures Implicit TLS. It's currently mislabelled (see bug #851)
+# SMTP_SSL=true # (Explicit) - This variable by default configures Explicit STARTTLS, it will upgrade an insecure connection to a secure one. Unless SMTP_EXPLICIT_TLS is set to true.
+# SMTP_EXPLICIT_TLS=true # (Implicit) - N.B. This variable configures Implicit TLS. It's currently mislabelled (see bug #851) - SMTP_SSL Needs to be set to true for this option to work.
# SMTP_USERNAME=username
# SMTP_PASSWORD=password
## Defaults for SSL is "Plain" and "Login" and nothing for Non-SSL connections.