aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
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.