aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorroot2020-09-09 21:36:00 +1000
committerroot2020-09-09 21:36:00 +1000
commit577d81270359ddc65cf263c7a0b978bdecda5e77 (patch)
tree80e1f6b6354db8bdff7b54335242a91d2dbf67df /bin
parentOpenSim dev typos -- (diff)
downloadopensim-SC-577d81270359ddc65cf263c7a0b978bdecda5e77.zip
opensim-SC-577d81270359ddc65cf263c7a0b978bdecda5e77.tar.gz
opensim-SC-577d81270359ddc65cf263c7a0b978bdecda5e77.tar.bz2
opensim-SC-577d81270359ddc65cf263c7a0b978bdecda5e77.tar.xz
Gatekeeper -> GatekeeperURI
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream.
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/GridCommon.ini.example4
-rw-r--r--bin/config-include/StandaloneCommon.ini.example2
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index dc70b81..669ba38 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -122,7 +122,7 @@
122 ;; Change this to the address of your Gatekeeper service 122 ;; Change this to the address of your Gatekeeper service
123 ;; (usually bundled with the rest of the services in one 123 ;; (usually bundled with the rest of the services in one
124 ;; Robust server in port ${Const|PublicPort}, but not always) 124 ;; Robust server in port ${Const|PublicPort}, but not always)
125 Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" 125 GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
126 126
127[AvatarService] 127[AvatarService]
128 ; 128 ;
@@ -173,7 +173,7 @@
173 ; accessible from other grids 173 ; accessible from other grids
174 ; 174 ;
175 HomeURI = "${Const|BaseURL}:${Const|PublicPort}" 175 HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
176 Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" 176 GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
177 ;; If you want to protect your assets from being copied by foreign visitors 177 ;; If you want to protect your assets from being copied by foreign visitors
178 ;; set this to false. You may want to do this on sims that have licensed content. 178 ;; set this to false. You may want to do this on sims that have licensed content.
179 ;; Default is true. 179 ;; Default is true.
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 906ab84..ad5284d 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -116,7 +116,7 @@
116 116
117[LoginService] 117[LoginService]
118 WelcomeMessage = "Welcome, Avatar!" 118 WelcomeMessage = "Welcome, Avatar!"
119 ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented 119 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
120 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" 120 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
121 121
122 SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}" 122 SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}"