diff --git a/Deployment/Live/.env.example b/Deployment/Live/.env.example index f5d94c5..05b51a6 100644 --- a/Deployment/Live/.env.example +++ b/Deployment/Live/.env.example @@ -2,6 +2,7 @@ SECRET_KEY= ALLOWED_HOSTS=clubhaus-schornbach.de CSRF_TRUSTED_ORIGINS=https://clubhaus-schornbach.de SESSION_COOKIE_SECURE=True -IP_RATE_LIMIT_TIME=3600 DEBUG_MODE=False -LC_ALL=de_DE.UTF-8 \ No newline at end of file +LC_ALL=de_DE.UTF-8 +IP_RATE_LIMIT_TIME=3600 +IP_RATE_LIMIT_COUNT=2 \ No newline at end of file