1
0

Add IP_RATE_LIMIT env variables to example env

This commit is contained in:
Marcel Schwarz 2023-07-25 19:26:46 +02:00
parent 9e0f703434
commit 4ad1aaeb0e

View File

@ -2,6 +2,7 @@ SECRET_KEY=<long-random-value>
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
IP_RATE_LIMIT_TIME=3600
IP_RATE_LIMIT_COUNT=2