diff options
author | BlackDex <[email protected]> | 2019-11-06 21:39:33 +0100 |
---|---|---|
committer | BlackDex <[email protected]> | 2019-11-06 21:39:33 +0100 |
commit | c52adef919419a1e823fbc26c49aaef9032248ff (patch) | |
tree | 7b6db2ec749d6fec19b86b74a91183b9279bdb4b /.env.template | |
parent | cbb92bcbc03face72b17932c421b1b61224e2c7c (diff) | |
download | vaultwarden-c52adef919419a1e823fbc26c49aaef9032248ff.tar.gz vaultwarden-c52adef919419a1e823fbc26c49aaef9032248ff.zip |
Added configurable smtp timeout.
- Added config option for smtp timeout
- Lowered default timeout to 15 seconds instead of default 60.
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.template b/.env.template index a753a3df..77be95ea 100644 --- a/.env.template +++ b/.env.template @@ -157,3 +157,4 @@ # SMTP_USERNAME=username # SMTP_PASSWORD=password # SMTP_AUTH_MECHANISM="Plain" +# SMTP_TIMEOUT=15 |