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
|
; regex specifying for which regions concierge service is desired; if
|
||||||
; empty, then for all
|
; empty, then for all
|
||||||
regions = "^MeetingSpace-"
|
;regions = "^MeetingSpace-"
|
||||||
|
regions = ""
|
||||||
|
|
||||||
; for each region that matches the regions regexp you can provide
|
; for each region that matches the regions regexp you can provide
|
||||||
; (optionally) a welcome template using format substitution:
|
; (optionally) a welcome template using format substitution:
|
||||||
|
@ -1906,14 +1907,14 @@
|
||||||
; {1} is replaced with the name of the region
|
; {1} is replaced with the name of the region
|
||||||
; {2} is replaced with the name of the concierge (whoami variable above)
|
; {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
|
; Concierge can send attendee lists to an event broker whenever an
|
||||||
; avatar enters or leaves a concierged region. the URL is subject
|
; avatar enters or leaves a concierged region. the URL is subject
|
||||||
; to format substitution:
|
; to format substitution:
|
||||||
; {0} is replaced with the region's name
|
; {0} is replaced with the region's name
|
||||||
; {1} is replaced with the region's UUID
|
; {1} is replaced with the region's UUID
|
||||||
broker = "http://broker.place.com/{1}"
|
;broker = "http://broker.place.com/{1}"
|
||||||
|
|
||||||
|
|
||||||
[MRM]
|
[MRM]
|
||||||
|
|
Loading…
Reference in New Issue