Files
reddit-bot/.env.example

15 lines
735 B
Plaintext

# Database (shared PostgreSQL instance)
DATABASE_URL=postgresql+asyncpg://reddit:changeme@localhost:5432/reddit_monitor
# Reddit scraping
REDDIT_USER_AGENT=reddit-monitor:v1.0
# Subreddits to auto-add on first worker startup (comma-separated)
SEED_SUBREDDITS=mechanicalkeyboards,mnk,CustomKeyboards,BudgetKeebs,mechmarket,olkb,switchmodders,ErgoMechKeyboards,QMK,zmk,keycaps,keycapdesigners,ArtisanMacro,40PercentClub,60PercentClub,Keychron,HHKB,ModelM,Topre,WootingKB,Glorious,DuckyKeyboard,colemak,dvorak,KeyboardLayouts,MechanicalKeyboardsUK,MechanicalKeyboardsEU,mkindia,keyboards,EnthusiastKeyboards
# Daily digest generation hour (UTC, 0-23)
DIGEST_HOUR_UTC=23
# AI summaries (stub — enable later)
AI_SUMMARY_ENABLED=false