From c486b1f5c6a18b2c40d2c8c9f7d8eaab68125fb4 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 28 Feb 2026 03:07:29 +0000 Subject: [PATCH] Add SEND_INTRO_MESSAGE to .env.example https://claude.ai/code/session_017eMsVwUopgmnEyd6JJedpV --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 63619af..8e7dbd5 100644 --- a/.env.example +++ b/.env.example @@ -12,5 +12,8 @@ MIN_DEAL_RATING=8.0 MIN_DISCOUNT_PERCENT=50 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=/data/deals.db