devops prepare
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
2025-09-11 07:40:57 +09:00
parent 5ddc540f9e
commit 1c47c11eb1
10 changed files with 1134 additions and 18 deletions

13
.env.prod.example Normal file
View 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