aboutsummaryrefslogtreecommitdiff
path: root/.env.template
diff options
context:
space:
mode:
authorDaniel GarcĂ­a <[email protected]>2022-11-27 22:01:54 +0100
committerGitHub <[email protected]>2022-11-27 22:01:54 +0100
commit39ae2f1f76ac5a4f22ca5eaad6201915fea6ca44 (patch)
tree7fcb36ed3f6b87b843a9c7568c37726612b18f1f /.env.template
parent366b1050ece60ff48cb3e0d2a2b171953f073840 (diff)
parent56786a18f16d7054b6677926f9f21afd073412fd (diff)
downloadvaultwarden-39ae2f1f76ac5a4f22ca5eaad6201915fea6ca44.tar.gz
vaultwarden-39ae2f1f76ac5a4f22ca5eaad6201915fea6ca44.zip
Merge pull request #2928 from karbobc/settings-description
Update settings description
Diffstat (limited to '.env.template')
-rw-r--r--.env.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.template b/.env.template
index badc8bfa..e06c09bd 100644
--- a/.env.template
+++ b/.env.template
@@ -302,7 +302,7 @@
## Note that this applies to both the login and the 2FA, so it's recommended to allow a burst size of at least 2.
# LOGIN_RATELIMIT_MAX_BURST=10
-## Number of seconds, on average, between admin requests from the same IP address before rate limiting kicks in.
+## Number of seconds, on average, between admin login requests from the same IP address before rate limiting kicks in.
# ADMIN_RATELIMIT_SECONDS=300
## Allow a burst of requests of up to this size, while maintaining the average indicated by `ADMIN_RATELIMIT_SECONDS`.
# ADMIN_RATELIMIT_MAX_BURST=3