From 488aa23d14ec4b7cb918bfdf806ce289766bc13d Mon Sep 17 00:00:00 2001 From: "T. Tran" Date: Sat, 9 Nov 2019 00:24:40 +0700 Subject: [PATCH] Add WS_PUBLIC_PORT to settings template --- webvirtcloud/settings.py.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webvirtcloud/settings.py.template b/webvirtcloud/settings.py.template index 5e59e92..88078be 100644 --- a/webvirtcloud/settings.py.template +++ b/webvirtcloud/settings.py.template @@ -104,6 +104,9 @@ WS_PORT = 6080 WS_HOST = '0.0.0.0' # Websock public port +WS_PUBLIC_PORT = '443' + +# Websock public host WS_PUBLIC_HOST = None # Websock SSL connection