From 10f7e534c931a7cdfa9bbc6995700310aadf07b2 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Mon, 26 Jan 2009 21:34:44 +0000 Subject: + adding URI substitution for concierges broker URI --- bin/OpenSim.ini.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin') 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" ; {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}" \ No newline at end of file -- cgit v1.1