diff options
Diffstat (limited to 'pyload/web/app')
| -rw-r--r-- | pyload/web/app/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pyload/web/app/index.html b/pyload/web/app/index.html index 00216ab69..7759b0cfa 100644 --- a/pyload/web/app/index.html +++ b/pyload/web/app/index.html @@ -40,7 +40,7 @@          window.hostPort = configValue('{{web}}', '8001');          window.external = configValue('{{external}}', 'true').toLowerCase();          window.pathPrefix = configValue('{{prefix}}', ''); -        window.wsAddress = configValue('{{ws}}', 'ws://%s:7227'); +        window.wsAddress = configValue('{{ws}}', 'ws://%s:7447');          window.setup = configValue('{{setup}}', 'false').toLowerCase();          require(['config'], function(Config) { | 
