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 | |
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.
-rw-r--r-- | bin/Robust.ini | 6 | ||||
-rw-r--r-- | bin/config-include/config_IG.ini | 2 | ||||
-rw-r--r-- | bin/config-include/config_MG.ini | 2 | ||||
-rw-r--r-- | bin/config-include/config_localhost.ini | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/bin/Robust.ini b/bin/Robust.ini index 66e60a6..705ffad 100644 --- a/bin/Robust.ini +++ b/bin/Robust.ini | |||
@@ -567,20 +567,20 @@ | |||
567 | 567 | ||
568 | ; helper uri: optional: if it exists it will be used to tell the client to use | 568 | ; helper uri: optional: if it exists it will be used to tell the client to use |
569 | ; this for all economy related things | 569 | ; this for all economy related things |
570 | ;economy = ${Const|BaseURL}/economy | 570 | ;economy = ${Const|SSLURL}:${Const|PublicSSLPort}/economy |
571 | 571 | ||
572 | ; web page of grid: optional: page providing further information about your grid | 572 | ; web page of grid: optional: page providing further information about your grid |
573 | about = ${Const|BaseURL}:${Const|PublicPort}/web/about.html | 573 | about = ${Const|BaseURL}:${Const|PublicPort}/web/about.html |
574 | 574 | ||
575 | ; account creation: optional: page providing further information about obtaining | 575 | ; account creation: optional: page providing further information about obtaining |
576 | ; a user account on your grid | 576 | ; a user account on your grid |
577 | register = ${Const|BaseURL}:${Const|PublicPort}/web/register.html | 577 | register = ${Const|SSLURL}:${Const|PublicSSLPort}/web/account.html |
578 | 578 | ||
579 | ; help: optional: page providing further assistance for users of your grid | 579 | ; help: optional: page providing further assistance for users of your grid |
580 | help = ${Const|BaseURL}:${Const|PublicPort}/web/help.html | 580 | help = ${Const|BaseURL}:${Const|PublicPort}/web/help.html |
581 | 581 | ||
582 | ; password help: optional: page providing password assistance for users of your grid | 582 | ; password help: optional: page providing password assistance for users of your grid |
583 | password = ${Const|BaseURL}:${Const|PublicPort}/web/password_help.html | 583 | password = ${Const|SSLURL}:${Const|PublicSSLPort}/web/password_help.html |
584 | 584 | ||
585 | ; HG address of the gatekeeper, if you have one | 585 | ; HG address of the gatekeeper, if you have one |
586 | ; this is the entry point for all the regions of the world | 586 | ; this is the entry point for all the regions of the world |
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 @@ | |||
35 | HostName = "grid.infinitegrid.org" | 35 | HostName = "grid.infinitegrid.org" |
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" |
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 @@ | |||
35 | HostName = "misfitzgrid.com" | 35 | HostName = "misfitzgrid.com" |
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" |
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" |