From 4ad1aaeb0e1bd7c67e2e757a7a941a72162f50d0 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Tue, 25 Jul 2023 19:26:46 +0200 Subject: [PATCH] Add IP_RATE_LIMIT env variables to example env --- Deployment/Live/.env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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