mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
commit
aaea1d9451
1 changed files with 9 additions and 0 deletions
|
@ -201,6 +201,15 @@ WS_CERT = None
|
||||||
SOCKETIO_PORT = 6081
|
SOCKETIO_PORT = 6081
|
||||||
SOCKETIO_HOST = '0.0.0.0'
|
SOCKETIO_HOST = '0.0.0.0'
|
||||||
|
|
||||||
|
# Socketio public host
|
||||||
|
SOCKETIO_PUBLIC_HOST = None
|
||||||
|
|
||||||
|
# Socketio public port - 80 or 443 if reverse-proxy, else 6081
|
||||||
|
SOCKETIO_PUBLIC_PORT = 6081
|
||||||
|
|
||||||
|
# Socketio public path
|
||||||
|
SOCKETIO_PUBLIC_PATH = "socket.io/"
|
||||||
|
|
||||||
# List of console listen addresses
|
# List of console listen addresses
|
||||||
QEMU_CONSOLE_LISTEN_ADDRESSES = (
|
QEMU_CONSOLE_LISTEN_ADDRESSES = (
|
||||||
("127.0.0.1", "Localhost"),
|
("127.0.0.1", "Localhost"),
|
||||||
|
|
Loading…
Reference in a new issue