From 77737c81234c98d72bffaa6ddca374504f971b12 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 25 Jul 2019 20:19:51 +1000 Subject: Gatekeeper -> GatekeeperURI Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. --- bin/config-include/GridCommon.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/config-include/GridCommon.ini') 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 @@ ;; Change this to the address of your Gatekeeper service ;; (usually bundled with the rest of the services in one ;; Robust server in port ${Const|PublicPort}, but not always) - Gatekeeper="${Const|GridURL}:${Const|PublicPort}" + GatekeeperURI="${Const|GridURL}:${Const|PublicPort}" [EstateDataStore] ; @@ -130,7 +130,7 @@ ;; Change this to the address of your Gatekeeper service ;; (usually bundled with the rest of the services in one ;; Robust server in port ${Const|PublicPort}, but not always) - Gatekeeper = "${Const|GridURL}:${Const|PublicPort}" + GatekeeperURI = "${Const|GridURL}:${Const|PublicPort}" [AvatarService] ; @@ -181,7 +181,7 @@ ; accessible from other grids ; HomeURI = "${Const|GridURL}:${Const|PublicPort}" - Gatekeeper = "${Const|GridURL}:${Const|PublicPort}" + GatekeeperURI = "${Const|GridURL}:${Const|PublicPort}" ;; If you want to protect your assets from being copied by foreign visitors ;; set this to false. You may want to do this on sims that have licensed content. ;; Default is true. -- cgit v1.1