coment out optional fields that should be edited and uncomented if needed
parent
710677cdc6
commit
1bfe9354e3
|
@ -1898,7 +1898,8 @@
|
|||
|
||||
; regex specifying for which regions concierge service is desired; if
|
||||
; empty, then for all
|
||||
regions = "^MeetingSpace-"
|
||||
;regions = "^MeetingSpace-"
|
||||
regions = ""
|
||||
|
||||
; for each region that matches the regions regexp you can provide
|
||||
; (optionally) a welcome template using format substitution:
|
||||
|
@ -1906,14 +1907,14 @@
|
|||
; {1} is replaced with the name of the region
|
||||
; {2} is replaced with the name of the concierge (whoami variable above)
|
||||
|
||||
welcomes = /path/to/welcome/template/directory
|
||||
;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}"
|
||||
;broker = "http://broker.place.com/{1}"
|
||||
|
||||
|
||||
[MRM]
|
||||
|
|
Loading…
Reference in New Issue