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,