From 9329b76ff341073ad790082c57f710c5e4ffb393 Mon Sep 17 00:00:00 2001 From: r3cactus Date: Mon, 1 Sep 2025 21:18:14 +0200 Subject: [PATCH] Update config.js --- server/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.js b/server/config.js index 599065de6..9d7742707 100644 --- a/server/config.js +++ b/server/config.js @@ -3,7 +3,7 @@ module.exports = { // Game server domain. // If the host is 'localhost:NUMBER', the NUMBER must be the port setting. - host: "localhost:26301", + host: "https://aps-plus-plus-bnbh.onrender.com", // Which port to run the web server on. port: 26301,