mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add optional web profile url field to gridinfo, before we forget again how to do it
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user