From cf1148cb36a6aeb361091b4db3735102291cf33d Mon Sep 17 00:00:00 2001 From: Julius S Date: Sat, 9 Jan 2021 12:32:30 +0800 Subject: [PATCH] try wss --- common/gameConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gameConfig.js b/common/gameConfig.js index e9526fc..8c2f519 100644 --- a/common/gameConfig.js +++ b/common/gameConfig.js @@ -10,7 +10,7 @@ const config = { PLAYER_SPEED: 1200, PLAYER_CHAT_TIMEOUT: 5000, // 5s - WEB_SOCKET: 'ws://104.248.157.227:8079', + WEB_SOCKET: 'wss://104.248.157.227:8079', MAP_IMAGE: REPO + 'images/bg.png',