Merge pull request #9 from prosolis/claude/fix-cheapshark-rating-bug-pxVJv

Add SEND_INTRO_MESSAGE to .env.example
This commit is contained in:
prosolis
2026-02-27 19:13:29 -08:00
committed by GitHub

View File

@@ -12,5 +12,8 @@ MIN_DEAL_RATING=8.0
MIN_DISCOUNT_PERCENT=50 MIN_DISCOUNT_PERCENT=50
MAX_PRICE_USD=20 MAX_PRICE_USD=20
# Send an intro message to the room on startup (true/false)
SEND_INTRO_MESSAGE=false
# Database path (inside the container, mount a volume for persistence) # Database path (inside the container, mount a volume for persistence)
DATABASE_PATH=/data/deals.db DATABASE_PATH=/data/deals.db