completionId: cgen-e1677e5c3491413fa7a50015c1a37b33
cgen-e1677e5c3491413fa7a50015c1a37b33
This commit is contained in:
parent
a25c58a392
commit
bdad530914
1 changed files with 1 additions and 1 deletions
|
|
@ -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[];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue