From 94b24792ac6eca4c27f4d3b9bb974cce4774a02f Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 18 Aug 2019 14:04:04 +1000 Subject: Add HTTPS configs. --- bin/config-include/config_IG.ini | 2 ++ bin/config-include/config_MG.ini | 2 ++ bin/config-include/config_localhost.ini | 2 ++ 3 files changed, 6 insertions(+) (limited to 'bin/config-include') diff --git a/bin/config-include/config_IG.ini b/bin/config-include/config_IG.ini index 186f728..bd809bf 100644 --- a/bin/config-include/config_IG.ini +++ b/bin/config-include/config_IG.ini @@ -35,9 +35,11 @@ HostName = "grid.infinitegrid.org" BaseURL = ${Const|BaseHostname} GridURL = ${Const|BaseHostname} + SSLURL = "https://${Const|HostName}" PublicPort = "8002" PrivatePort = "8003" + PublicSSLPort = "8443" ; The public port of the ROBUST asset server, which might be different. AssetServerPort = "8003" diff --git a/bin/config-include/config_MG.ini b/bin/config-include/config_MG.ini index 62b523c..862f7b8 100644 --- a/bin/config-include/config_MG.ini +++ b/bin/config-include/config_MG.ini @@ -35,9 +35,11 @@ HostName = "misfitzgrid.com" BaseURL = ${Const|BaseHostname} GridURL = ${Const|BaseHostname} + SSLURL = "https://${Const|HostName}" PublicPort = "8002" PrivatePort = "8003" + PublicSSLPort = "8443" ; The public port of the ROBUST asset server, which might be different. AssetServerPort = "8003" diff --git a/bin/config-include/config_localhost.ini b/bin/config-include/config_localhost.ini index c0a376e..501a1f4 100644 --- a/bin/config-include/config_localhost.ini +++ b/bin/config-include/config_localhost.ini @@ -35,9 +35,11 @@ HostName = "localhost" BaseURL = ${Const|BaseHostname} GridURL = ${Const|BaseHostname} + SSLURL = "https://${Const|HostName}" PublicPort = "8002" PrivatePort = "8003" + PublicSSLPort = "8443" ; The public port of the ROBUST asset server, which might be different. AssetServerPort = "8003" -- cgit v1.1