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;
|
||||
|
||||
|
@ -152,4 +152,4 @@ class CCPExecutionMonitor extends HTMLElement {
|
|||
]
|
||||
}
|
||||
}
|
||||
window.customElements.define('d4s-ccp-executionmonitor', CCPExecutionMonitor);
|
||||
window.customElements.define('d4s-ccp-executionmonitor', CCPExecutionMonitor);
|
||||
|
|
Loading…
Reference in New Issue