feat: add new parameter

This commit is contained in:
2025-11-21 13:13:27 +01:00
parent bdd7766275
commit 96c054aa99

View File

@@ -34,6 +34,9 @@ TITLE=Goyco
DEBUG=false
BCRYPT_COST=10
# CLI configuration
CLI_JSON_OUTPUT=false
# Rate limiting configuration (nb of request per minutes)
RATE_LIMIT_AUTH=10
RATE_LIMIT_GENERAL=200