diff options
author | onefang | 2019-08-18 14:04:04 +1000 |
---|---|---|
committer | onefang | 2019-08-18 14:04:04 +1000 |
commit | 94b24792ac6eca4c27f4d3b9bb974cce4774a02f (patch) | |
tree | 36bf762593437cc15b4f6a639fc4f42876df54a0 /bin/config-include/config_localhost.ini | |
parent | Better consistency with the other config.ini files. (diff) | |
download | opensim-SC_OLD-94b24792ac6eca4c27f4d3b9bb974cce4774a02f.zip opensim-SC_OLD-94b24792ac6eca4c27f4d3b9bb974cce4774a02f.tar.gz opensim-SC_OLD-94b24792ac6eca4c27f4d3b9bb974cce4774a02f.tar.bz2 opensim-SC_OLD-94b24792ac6eca4c27f4d3b9bb974cce4774a02f.tar.xz |
Add HTTPS configs.
Diffstat (limited to 'bin/config-include/config_localhost.ini')
-rw-r--r-- | bin/config-include/config_localhost.ini | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
35 | HostName = "localhost" | 35 | HostName = "localhost" |
36 | BaseURL = ${Const|BaseHostname} | 36 | BaseURL = ${Const|BaseHostname} |
37 | GridURL = ${Const|BaseHostname} | 37 | GridURL = ${Const|BaseHostname} |
38 | SSLURL = "https://${Const|HostName}" | ||
38 | 39 | ||
39 | PublicPort = "8002" | 40 | PublicPort = "8002" |
40 | PrivatePort = "8003" | 41 | PrivatePort = "8003" |
42 | PublicSSLPort = "8443" | ||
41 | 43 | ||
42 | ; The public port of the ROBUST asset server, which might be different. | 44 | ; The public port of the ROBUST asset server, which might be different. |
43 | AssetServerPort = "8003" | 45 | AssetServerPort = "8003" |