Rate Limiting settings

This commit is contained in:
2024-04-23 20:35:58 +02:00
parent 6c39c292b0
commit fad1188ee8
6 changed files with 44 additions and 19 deletions

View File

@@ -45,6 +45,13 @@ return [
"captcha_site_key" => "Captcha Site Key",
"captcha_secret_key" => "Secret Captcha Key",
# redis
"rate_limit" => "Rate Limiting",
"rate_limiting_enabled" => "Rate Limiting enabled",
"redis_host" => "Redis host",
"redis_port" => "Redis port",
"redis_password" => "Redis password",
# dialog
"fetch_settings_error" => "Error fetching settings",
"save_settings_success" => "Settings saved successfully",