cleaning root
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
11
.env.example
11
.env.example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user