Add SEND_INTRO_MESSAGE to .env.example

https://claude.ai/code/session_017eMsVwUopgmnEyd6JJedpV
This commit is contained in:
Claude
2026-02-28 03:07:29 +00:00
parent 13cdd6d8b5
commit c486b1f5c6

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