From ac321889783d1a0c614a56dab4f19c9301ed499b Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 10 Jan 2020 01:44:10 +0000 Subject: [PATCH] add a silly GatekeeperURIAlias example --- bin/config-include/GridCommon.ini.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 46b4dede9b..aec0f42515 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example @@ -51,6 +51,10 @@ ;; For example http://myworld.com:9000 or http://myworld.com:8002 ;; This is a default that can be overwritten in some sections. ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" + + ;# {GatekeeperURIAlias} {Hypergrid} {Old hostnames, FQDN or ips of the gatekeeper of this world} {} + ;; comma separated list + ; GatekeeperURIAlias = myoldname.something.org, 127.0.0.1 [Modules] ;; Choose one cache module and the corresponding config file, if it exists.