From 36d6566e1a8c460568a165dc961d77247e17fe6f Mon Sep 17 00:00:00 2001 From: Cory Short Date: Thu, 9 Feb 2023 16:16:46 +0000 Subject: [PATCH] Update GridCommon.ini corrected homeuri and gatekeeper uri --- GridCommon.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GridCommon.ini b/GridCommon.ini index d4bdf44..c5142a2 100644 --- a/GridCommon.ini +++ b/GridCommon.ini @@ -43,7 +43,7 @@ ;; runs the UserAgentsService. ;; For example http://myworld.com:9000 or http://myworld.com:8002 ;; This is a default that can be overwritten in some sections. - HomeURI = "**** YOUR HOSTNAME HERE ****:${Const|PublicPort}" + HomeURI = "**** YOUR HOSTNAME HERE ****" ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} ;; If this is a standalone world, this is the address of this instance. @@ -51,7 +51,7 @@ ;; that runs the Gatekeeper service. ;; For example http://myworld.com:9000 or http://myworld.com:8002 ;; This is a default that can be overwritten in some sections. - GatekeeperURI = "**** YOUR HOSTNAME HERE ****:${Const|PublicPort}" + GatekeeperURI = "**** YOUR HOSTNAME HERE ****" [Modules] ;; Choose one cache module and the corresponding config file, if it exists.