aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
authoronefang2019-07-25 20:19:51 +1000
committeronefang2019-07-25 20:19:51 +1000
commit77737c81234c98d72bffaa6ddca374504f971b12 (patch)
tree891fdce5b5d4af8cf04d4bba320c00a73ca5ae60 /bin/config-include/GridCommon.ini.example
parentOpenSim dev typo-- (diff)
downloadopensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.zip
opensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.tar.gz
opensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.tar.bz2
opensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.tar.xz
Gatekeeper -> GatekeeperURI
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s.
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r--bin/config-include/GridCommon.ini.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 5406295..47771e3 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -110,7 +110,7 @@
110 ;; Change this to the address of your Gatekeeper service 110 ;; Change this to the address of your Gatekeeper service
111 ;; (usually bundled with the rest of the services in one 111 ;; (usually bundled with the rest of the services in one
112 ;; Robust server in port ${Const|PublicPort}, but not always) 112 ;; Robust server in port ${Const|PublicPort}, but not always)
113 Gatekeeper="${Const|BaseURL}:${Const|PublicPort}" 113 GatekeeperURI="${Const|BaseURL}:${Const|PublicPort}"
114 114
115[EstateDataStore] 115[EstateDataStore]
116 ; 116 ;
@@ -127,7 +127,7 @@
127 ;; Change this to the address of your Gatekeeper service 127 ;; Change this to the address of your Gatekeeper service
128 ;; (usually bundled with the rest of the services in one 128 ;; (usually bundled with the rest of the services in one
129 ;; Robust server in port ${Const|PublicPort}, but not always) 129 ;; Robust server in port ${Const|PublicPort}, but not always)
130 Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" 130 GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
131 131
132[AvatarService] 132[AvatarService]
133 ; 133 ;
@@ -178,7 +178,7 @@
178 ; accessible from other grids 178 ; accessible from other grids
179 ; 179 ;
180 HomeURI = "${Const|BaseURL}:${Const|PublicPort}" 180 HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
181 Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" 181 GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
182 ;; If you want to protect your assets from being copied by foreign visitors 182 ;; If you want to protect your assets from being copied by foreign visitors
183 ;; set this to false. You may want to do this on sims that have licensed content. 183 ;; set this to false. You may want to do this on sims that have licensed content.
184 ;; Default is true. 184 ;; Default is true.