mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
+ adding URI substitution for concierges broker URI
This commit is contained in:
@@ -971,3 +971,10 @@ InterregionComms = "RESTComms"
|
||||
; {2} is replaced with the name of the concierge (whoami variable above)
|
||||
|
||||
welcomes = /path/to/welcome/template/directory
|
||||
|
||||
; Concierge can send attendee lists to an event broker whenever an
|
||||
; avatar enters or leaves a concierged region. the URL is subject
|
||||
; to format substitution:
|
||||
; {0} is replaced with the region's name
|
||||
; {1} is replaced with the region's UUID
|
||||
broker = "http://broker.place.com/{1}"
|
||||
Reference in New Issue
Block a user