diff --git a/website/script.js b/website/script.js index 6d380b6..c870678 100644 --- a/website/script.js +++ b/website/script.js @@ -49,7 +49,7 @@ $(document).ready(function(){ //fit console to screen //$('#console').css('height', $(window).height() - $('#console').offset().top - 10); //account for the input box - let host = 'ws://127.0.0.1:8480'; + let host = 'wss://console.brn.systems:443'; var socket = io.connect(host); resizeit(); //resize it on window resize