aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/GridCommon.ini')
-rw-r--r--bin/config-include/GridCommon.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/config-include/GridCommon.ini b/bin/config-include/GridCommon.ini
index 8621651..394fa18 100644
--- a/bin/config-include/GridCommon.ini
+++ b/bin/config-include/GridCommon.ini
@@ -113,7 +113,7 @@
113 ;; Change this to the address of your Gatekeeper service 113 ;; Change this to the address of your Gatekeeper service
114 ;; (usually bundled with the rest of the services in one 114 ;; (usually bundled with the rest of the services in one
115 ;; Robust server in port ${Const|PublicPort}, but not always) 115 ;; Robust server in port ${Const|PublicPort}, but not always)
116 Gatekeeper="${Const|GridURL}:${Const|PublicPort}" 116 GatekeeperURI="${Const|GridURL}:${Const|PublicPort}"
117 117
118[EstateDataStore] 118[EstateDataStore]
119 ; 119 ;
@@ -130,7 +130,7 @@
130 ;; Change this to the address of your Gatekeeper service 130 ;; Change this to the address of your Gatekeeper service
131 ;; (usually bundled with the rest of the services in one 131 ;; (usually bundled with the rest of the services in one
132 ;; Robust server in port ${Const|PublicPort}, but not always) 132 ;; Robust server in port ${Const|PublicPort}, but not always)
133 Gatekeeper = "${Const|GridURL}:${Const|PublicPort}" 133 GatekeeperURI = "${Const|GridURL}:${Const|PublicPort}"
134 134
135[AvatarService] 135[AvatarService]
136 ; 136 ;
@@ -181,7 +181,7 @@
181 ; accessible from other grids 181 ; accessible from other grids
182 ; 182 ;
183 HomeURI = "${Const|GridURL}:${Const|PublicPort}" 183 HomeURI = "${Const|GridURL}:${Const|PublicPort}"
184 Gatekeeper = "${Const|GridURL}:${Const|PublicPort}" 184 GatekeeperURI = "${Const|GridURL}:${Const|PublicPort}"
185 ;; If you want to protect your assets from being copied by foreign visitors 185 ;; If you want to protect your assets from being copied by foreign visitors
186 ;; set this to false. You may want to do this on sims that have licensed content. 186 ;; set this to false. You may want to do this on sims that have licensed content.
187 ;; Default is true. 187 ;; Default is true.