diff --git a/server/index.ts b/server/index.ts index 0dec9799..b407e739 100644 --- a/server/index.ts +++ b/server/index.ts @@ -1698,7 +1698,7 @@ export function createServer() { // Try multiple bot health URLs in order of preference const botHealthUrls = [ process.env.DISCORD_BOT_HEALTH_URL, - "http://aethex.railway.internal:8044/health", // Railway internal network + "http://aethex.railway.internal:3000/health", // Railway internal network (bot health port) "http://localhost:3000/health", // Local fallback ].filter(Boolean) as string[];