Some checks reported errors
continuous-integration/drone Build encountered an error
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
# Production environment variables
|
|
BOT_TOKEN=your_production_bot_token_here
|
|
DATABASE_PATH=data/quiz_bot.db
|
|
CSV_DATA_PATH=data/
|
|
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
|