This commit is contained in:
Ahmed Bouhuolia
2026-04-04 00:35:56 +02:00
parent 6e04440fbd
commit ceef73ba0a
45 changed files with 1952 additions and 66 deletions

View File

@@ -37,7 +37,10 @@ env:
# Feature flags
SIGNUP_DISABLED: 'false'
SIGNUP_EMAIL_CONFIRMATION: 'false'
API_RATE_LIMIT: 120,60,600
THROTTLE_GLOBAL_TTL: 60000
THROTTLE_GLOBAL_LIMIT: 300
THROTTLE_AUTH_TTL: 60000
THROTTLE_AUTH_LIMIT: 30
# Optional services (empty for OpenAPI generation)
MAIL_HOST: ''
MAIL_PORT: ''