mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
Add WS_PUBLIC_PORT to settings template
This commit is contained in:
parent
d05a948078
commit
488aa23d14
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue