aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index f70f7db..21ff8d6 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -600,8 +600,7 @@
600 ; HttpBodyMaxLenMAX=16384 600 ; HttpBodyMaxLenMAX=16384
601 601
602 ; Hostname to use in llRequestURL/llRequestSecureURL 602 ; Hostname to use in llRequestURL/llRequestSecureURL
603 ; if not defined - default machine name is being used 603 ; if not defined - llRequestURL/llRequestSecureURL are disabled
604 ; (on Windows this mean NETBIOS name - useably only inside local network)
605 ; ExternalHostNameForLSL=127.0.0.1 604 ; ExternalHostNameForLSL=127.0.0.1
606 605
607 ; Disallow the following address ranges for user scripting calls (e.g. llHttpRequest()) 606 ; Disallow the following address ranges for user scripting calls (e.g. llHttpRequest())
@@ -1899,7 +1898,8 @@
1899 1898
1900 ; regex specifying for which regions concierge service is desired; if 1899 ; regex specifying for which regions concierge service is desired; if
1901 ; empty, then for all 1900 ; empty, then for all
1902 regions = "^MeetingSpace-" 1901 ;regions = "^MeetingSpace-"
1902 regions = ""
1903 1903
1904 ; for each region that matches the regions regexp you can provide 1904 ; for each region that matches the regions regexp you can provide
1905 ; (optionally) a welcome template using format substitution: 1905 ; (optionally) a welcome template using format substitution:
@@ -1907,14 +1907,14 @@
1907 ; {1} is replaced with the name of the region 1907 ; {1} is replaced with the name of the region
1908 ; {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)
1909 1909
1910 welcomes = /path/to/welcome/template/directory 1910 ;welcomes = /path/to/welcome/template/directory
1911 1911
1912 ; Concierge can send attendee lists to an event broker whenever an 1912 ; Concierge can send attendee lists to an event broker whenever an
1913 ; avatar enters or leaves a concierged region. the URL is subject 1913 ; avatar enters or leaves a concierged region. the URL is subject
1914 ; to format substitution: 1914 ; to format substitution:
1915 ; {0} is replaced with the region's name 1915 ; {0} is replaced with the region's name
1916 ; {1} is replaced with the region's UUID 1916 ; {1} is replaced with the region's UUID
1917 broker = "http://broker.place.com/{1}" 1917 ;broker = "http://broker.place.com/{1}"
1918 1918
1919 1919
1920[MRM] 1920[MRM]