completionId: cgen-e1677e5c3491413fa7a50015c1a37b33

cgen-e1677e5c3491413fa7a50015c1a37b33
This commit is contained in:
Builder.io 2025-11-10 03:02:41 +00:00
parent a25c58a392
commit bdad530914

View file

@ -1693,7 +1693,7 @@ export function createServer() {
// Try multiple bot health URLs in order of preference
const botHealthUrls = [
process.env.DISCORD_BOT_HEALTH_URL,
"https://aethex.railway.internal:8044/health",
"http://aethex.railway.internal:8044/health", // Use HTTP for internal Railway network
"http://localhost:3000/health",
].filter(Boolean) as string[];