diff options
author | Karbob <[email protected]> | 2022-11-22 22:12:06 +0800 |
---|---|---|
committer | Karbob <[email protected]> | 2022-11-22 22:12:06 +0800 |
commit | 56786a18f16d7054b6677926f9f21afd073412fd (patch) | |
tree | f2cec42be0726d5e9cd5d5acce3f258463d6bf2b /.env.template | |
parent | 7a7673103fb180098f18abe77b75ba085710b559 (diff) | |
download | vaultwarden-56786a18f16d7054b6677926f9f21afd073412fd.tar.gz vaultwarden-56786a18f16d7054b6677926f9f21afd073412fd.zip |
Update settings description
Update description to `admin login requests`.
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.template b/.env.template index 1e5ff101..ca087cd0 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 |