diff --git a/afk_parent.js b/afk_parent.js index 0eaa680..ac98f15 100644 --- a/afk_parent.js +++ b/afk_parent.js @@ -18,7 +18,7 @@ const SPLIT_LOGS_ENABLED = process.env.PARENT_SPLIT_LOGS === "1"; // URL of the control server's parent endpoint. const SERVER_WS_URL = process.env.AFK_SERVER_WS_URL || - `ws://localhost:${Number(process.env.AFK_PARENT_PORT || 3008)}/parent`; + `ws://server.suchodupin.com:${Number(process.env.AFK_PARENT_PORT || 3008)}/parent`; // Optional shared secret matching PARENT_SECRET on server.js const PARENT_SECRET = process.env.PARENT_SECRET || "";