move to wss
This commit is contained in:
parent
5117ceac4c
commit
6bd1ee5ad1
|
@ -2,7 +2,7 @@ class CCPExecutionMonitor extends HTMLElement {
|
|||
|
||||
#boot = null;
|
||||
#rootdoc = null;
|
||||
#broadcasturl = "ws://nubis1.int.d4science.net:8989/ws/notification";
|
||||
#broadcasturl = "wss://nubis1.int.d4science.net:8080/ws/notification";
|
||||
#executions = [];
|
||||
#socket = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue