cleaning root
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-09-11 08:18:31 +09:00
parent fcf27c1639
commit b0346e4bd7
26 changed files with 352 additions and 159 deletions

View File

@@ -17,3 +17,14 @@ TIME_PER_QUESTION=30
# Режимы работы
GUEST_MODE_ENABLED=true
TEST_MODE_ENABLED=true
# Production environment variables
LOG_LEVEL=INFO
# Production specific settings
PYTHONUNBUFFERED=1
TZ=UTC
# Optional: Monitoring and alerting
SENTRY_DSN=your_sentry_dsn_here
WEBHOOK_URL=your_notification_webhook_url