diff options
author | Rich Purnell <[email protected]> | 2024-05-20 02:30:57 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-19 20:30:57 +0200 |
commit | 46762d9fdeeb8e91c5e404a0a1a5f4399da45a05 (patch) | |
tree | c42343f3f748e20a747ce7a4382057f73571358d /.env.template | |
parent | 6cadb2627a80a5a32a0f64adc8b810297e586aaf (diff) | |
download | vaultwarden-46762d9fdeeb8e91c5e404a0a1a5f4399da45a05.tar.gz vaultwarden-46762d9fdeeb8e91c5e404a0a1a5f4399da45a05.zip |
Improve commentary aesthetics (#4549)
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.template b/.env.template index 0189cc7a..07d7dbc0 100644 --- a/.env.template +++ b/.env.template @@ -525,9 +525,9 @@ ## Only use this as a last resort if you are not able to use a valid certificate. # SMTP_ACCEPT_INVALID_HOSTNAMES=false -########################## +####################### ### Rocket settings ### -########################## +####################### ## Rocket specific settings ## See https://rocket.rs/v0.5/guide/configuration/ for more details. |