From cc6a2d2e9e4b3fdafee53c97e46517af90a6b271 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 29 Dec 2023 20:08:57 +0000 Subject: [PATCH] add optional web profile url field to gridinfo, before we forget again how to do it --- bin/Robust.HG.ini.example | 4 ++++ bin/Robust.ini.example | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index f15b8fc13e..fb98ed43c5 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -656,6 +656,10 @@ ; a RSS page for grid status ;GridStatusRSS = ${Const|BaseURL}:${Const|PublicPort}/GridStatusRSS + ; optional web page for profiles + ;[AGENT_NAME] will be converted to Firstname.LastName by viewers + ; web_profile_url = http://webprofilesurl:ItsPort?name=[AGENT_NAME] + [GatekeeperService] LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" ;; for the service diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index a33d458322..52b0a42da0 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -572,6 +572,10 @@ ; a RSS page for grid status ;GridStatusRSS = ${Const|BaseURL}:${Const|PublicPort}/GridStatusRSS + ; optional web page for profiles + ;[AGENT_NAME] will be converted to Firstname.LastName by viewers + ; web_profile_url = http://webprofilesurl:ItsPort?name=[AGENT_NAME] + [Messaging] ; OfflineIM OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"