ReminderBot/.env.example
leo f453a7917e Initial commit: add reminderBot project structure
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 11:40:58 +08:00

5 lines
131 B
Plaintext

BOT_TOKEN=your_telegram_bot_token_here
DATABASE_URL=sqlite:////app/data/reminders.db
LOG_LEVEL=INFO
DEFAULT_TIMEZONE=Asia/Shanghai