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