aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorUbitUmarov2017-05-02 15:45:33 +0100
committerUbitUmarov2017-05-02 15:45:54 +0100
commit1bfe9354e375b77318dde4222e7fa01937d4c5b8 (patch)
tree5fead7b1b6f9e993374a66b1fed63fd7383200d0 /bin
parentmantis 8135 (diff)
downloadopensim-SC_OLD-1bfe9354e375b77318dde4222e7fa01937d4c5b8.zip
opensim-SC_OLD-1bfe9354e375b77318dde4222e7fa01937d4c5b8.tar.gz
opensim-SC_OLD-1bfe9354e375b77318dde4222e7fa01937d4c5b8.tar.bz2
opensim-SC_OLD-1bfe9354e375b77318dde4222e7fa01937d4c5b8.tar.xz
coment out optional fields that should be edited and uncomented if needed
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 89954ef..21ff8d6 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1898,7 +1898,8 @@
1898 1898
1899 ; regex specifying for which regions concierge service is desired; if 1899 ; regex specifying for which regions concierge service is desired; if
1900 ; empty, then for all 1900 ; empty, then for all
1901 regions = "^MeetingSpace-" 1901 ;regions = "^MeetingSpace-"
1902 regions = ""
1902 1903
1903 ; for each region that matches the regions regexp you can provide 1904 ; for each region that matches the regions regexp you can provide
1904 ; (optionally) a welcome template using format substitution: 1905 ; (optionally) a welcome template using format substitution:
@@ -1906,14 +1907,14 @@
1906 ; {1} is replaced with the name of the region 1907 ; {1} is replaced with the name of the region
1907 ; {2} is replaced with the name of the concierge (whoami variable above) 1908 ; {2} is replaced with the name of the concierge (whoami variable above)
1908 1909
1909 welcomes = /path/to/welcome/template/directory 1910 ;welcomes = /path/to/welcome/template/directory
1910 1911
1911 ; Concierge can send attendee lists to an event broker whenever an 1912 ; Concierge can send attendee lists to an event broker whenever an
1912 ; avatar enters or leaves a concierged region. the URL is subject 1913 ; avatar enters or leaves a concierged region. the URL is subject
1913 ; to format substitution: 1914 ; to format substitution:
1914 ; {0} is replaced with the region's name 1915 ; {0} is replaced with the region's name
1915 ; {1} is replaced with the region's UUID 1916 ; {1} is replaced with the region's UUID
1916 broker = "http://broker.place.com/{1}" 1917 ;broker = "http://broker.place.com/{1}"
1917 1918
1918 1919
1919[MRM] 1920[MRM]