1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 23:25:24 +00:00

Add WS_PUBLIC_PORT to settings template

This commit is contained in:
T. Tran 2019-11-09 00:24:40 +07:00
parent d05a948078
commit 488aa23d14

View file

@ -104,6 +104,9 @@ WS_PORT = 6080
WS_HOST = '0.0.0.0' WS_HOST = '0.0.0.0'
# Websock public port # Websock public port
WS_PUBLIC_PORT = '443'
# Websock public host
WS_PUBLIC_HOST = None WS_PUBLIC_HOST = None
# Websock SSL connection # Websock SSL connection