From d7365fa2092dc95d1bb8132ad2e0d213d32d81f1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 9 Nov 2025 00:52:45 +0000 Subject: [PATCH] completionId: cgen-0aabc52078364339927c19bcd4b607ab cgen-0aabc52078364339927c19bcd4b607ab --- discord-bot/.env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/discord-bot/.env.example b/discord-bot/.env.example index ee917fe4..4243748d 100644 --- a/discord-bot/.env.example +++ b/discord-bot/.env.example @@ -8,7 +8,9 @@ SUPABASE_URL=https://kmdeisowhtsalsekkzqd.supabase.co SUPABASE_SERVICE_ROLE=your_service_role_key_here # Server Configuration -HEALTH_PORT=3000 +# Note: These must be different ports to avoid binding conflicts +BOT_PORT=3000 +HEALTH_PORT=3001 NODE_ENV=production # AeThex Configuration