aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorDr Scofield2009-01-26 21:34:44 +0000
committerDr Scofield2009-01-26 21:34:44 +0000
commit10f7e534c931a7cdfa9bbc6995700310aadf07b2 (patch)
tree8a705e1b403c4a676d907d3905a53a51f580f0d3 /bin/OpenSim.ini.example
parent~ moving test server script on level up (diff)
downloadopensim-SC_OLD-10f7e534c931a7cdfa9bbc6995700310aadf07b2.zip
opensim-SC_OLD-10f7e534c931a7cdfa9bbc6995700310aadf07b2.tar.gz
opensim-SC_OLD-10f7e534c931a7cdfa9bbc6995700310aadf07b2.tar.bz2
opensim-SC_OLD-10f7e534c931a7cdfa9bbc6995700310aadf07b2.tar.xz
+ adding URI substitution for concierges broker URI
Diffstat (limited to 'bin/OpenSim.ini.example')
-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