aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorDiva Canto2017-05-04 18:20:48 -0700
committerDiva Canto2017-05-04 18:20:48 -0700
commit424a7a274b66bb06c9a3711ee9de267231b89b71 (patch)
tree02c1054d7457cd45cd3d62d677affe8f5f209998 /bin/OpenSim.ini.example
parentAdd a groups module to the perms test suite (diff)
parentfix bad move on xmlgroups (diff)
downloadopensim-SC-424a7a274b66bb06c9a3711ee9de267231b89b71.zip
opensim-SC-424a7a274b66bb06c9a3711ee9de267231b89b71.tar.gz
opensim-SC-424a7a274b66bb06c9a3711ee9de267231b89b71.tar.bz2
opensim-SC-424a7a274b66bb06c9a3711ee9de267231b89b71.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example14
1 files changed, 8 insertions, 6 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