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