This commit is contained in:
13
.env.prod.example
Normal file
13
.env.prod.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user