From c6c4eaf9f450dfd43e777283f2ccdf500a5bc4fb Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 9 Nov 2025 01:01:57 +0000 Subject: [PATCH] Update bot health port to PebbleHost's 8044 cgen-2b9ebcdf8dda4458b8d1f7c52608fca9 --- client/lib/discord-bot-status.ts | 2 +- discord-bot/.env.example | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/lib/discord-bot-status.ts b/client/lib/discord-bot-status.ts index df089cf2..2b54cba9 100644 --- a/client/lib/discord-bot-status.ts +++ b/client/lib/discord-bot-status.ts @@ -7,7 +7,7 @@ export interface BotHealthStatus { error?: string; } -const BOT_HEALTH_URL = "http://144.217.139.239:3001/health"; +const BOT_HEALTH_URL = "http://144.217.139.239:8044/health"; export async function checkBotHealth(): Promise { try { diff --git a/discord-bot/.env.example b/discord-bot/.env.example index 4243748d..8e14e246 100644 --- a/discord-bot/.env.example +++ b/discord-bot/.env.example @@ -8,9 +8,9 @@ SUPABASE_URL=https://kmdeisowhtsalsekkzqd.supabase.co SUPABASE_SERVICE_ROLE=your_service_role_key_here # Server Configuration -# Note: These must be different ports to avoid binding conflicts +# Note: PebbleHost assigns port 8044 for the health endpoint BOT_PORT=3000 -HEALTH_PORT=3001 +HEALTH_PORT=8044 NODE_ENV=production # AeThex Configuration