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/Robust.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 '')
-rw-r--r-- | bin/Robust.ini | 6 |
1 files changed, 3 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 |