mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
Fix socketio default host
The previous value caused webvirtcloud to try to connect to socketiod with 0.0.0.0.
This commit is contained in:
@@ -201,7 +201,7 @@ WS_PUBLIC_PATH = "/novncd/"
|
||||
WS_CERT = None
|
||||
|
||||
SOCKETIO_PORT = 6081
|
||||
SOCKETIO_HOST = '0.0.0.0'
|
||||
SOCKETIO_HOST = "0.0.0.0"
|
||||
|
||||
# Socketio public host
|
||||
SOCKETIO_PUBLIC_HOST = None
|
||||
|
||||
Reference in New Issue
Block a user