diff --git a/public/default/config.js b/public/default/config.js index 2afe3911..a8c20175 100644 --- a/public/default/config.js +++ b/public/default/config.js @@ -14,8 +14,7 @@ // baseUrl = 'http://192.168.8.100:33030'; const protocol = window.location.protocol const wsprotocol = "ws:" - // const hostname = window.location.hostname - const hostname = "127.0.0.100" + const hostname = window.location.hostname let host = `${hostname}:33030`; if (protocol === 'https:') { host = `${hostname}:33443`;