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"