aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f202e18..7fe7e09 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -971,3 +971,10 @@ InterregionComms = "RESTComms"
971 ; {2} is replaced with the name of the concierge (whoami variable above) 971 ; {2} is replaced with the name of the concierge (whoami variable above)
972 972
973 welcomes = /path/to/welcome/template/directory 973 welcomes = /path/to/welcome/template/directory
974
975 ; Concierge can send attendee lists to an event broker whenever an
976 ; avatar enters or leaves a concierged region. the URL is subject
977 ; to format substitution:
978 ; {0} is replaced with the region's name
979 ; {1} is replaced with the region's UUID
980 broker = "http://broker.place.com/{1}" \ No newline at end of file