aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example14
-rw-r--r--bin/OpenSimDefaults.ini10
2 files changed, 13 insertions, 11 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index b0777d7..021e444 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -52,8 +52,11 @@
52 ; name and use default public port 9000. The private port is not used 52 ; name and use default public port 9000. The private port is not used
53 ; in the configuration for a standalone. 53 ; in the configuration for a standalone.
54 54
55 ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "http://127.0.0.1" 55 ;# {BaseHostname} {} {BaseHostname} {"example.com" "127.0.0.1"} "127.0.0.1"
56 BaseURL = http://127.0.0.1 56 BaseHostname = "127.0.0.1"
57
58 ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}"
59 BaseURL = http://${Const|BaseHostname}
57 60
58 ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" 61 ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
59 PublicPort = "8002" 62 PublicPort = "8002"
@@ -525,10 +528,9 @@
525 528
526 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} 529 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {}
527 ;; Hostname to use in llRequestURL/llRequestSecureURL 530 ;; Hostname to use in llRequestURL/llRequestSecureURL
528 ;; if not defined - default machine name is being used 531 ;; if not defined - llRequestURL/llRequestSecureURL are disabled
529 ;; (on Windows this mean NETBIOS name - useably only inside local network) 532 ExternalHostNameForLSL = ${Const|BaseHostname}
530 ; ExternalHostNameForLSL = "127.0.0.1" 533
531
532 ;# {shard} {} {Name to use for X-Secondlife-Shard header? (press enter if unsure)} {} OpenSim 534 ;# {shard} {} {Name to use for X-Secondlife-Shard header? (press enter if unsure)} {} OpenSim
533 ;; What is reported as the "X-Secondlife-Shard" 535 ;; What is reported as the "X-Secondlife-Shard"
534 ;; Defaults to the user server url if not set 536 ;; Defaults to the user server url if not set
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]