diff --git a/ccp/js/executionmonitorcontroller.js b/ccp/js/executionmonitorcontroller.js index 347c947..bb3bd62 100644 --- a/ccp/js/executionmonitorcontroller.js +++ b/ccp/js/executionmonitorcontroller.js @@ -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); \ No newline at end of file +window.customElements.define('d4s-ccp-executionmonitor', CCPExecutionMonitor);