update host
This commit is contained in:
parent
6d102d8512
commit
d14d957abc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user