diff options
author | UbitUmarov | 2017-05-02 11:39:29 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-02 11:39:29 +0100 |
commit | 6c2f8176aea95297bbce7f6d2d0cba178b39ae5b (patch) | |
tree | 6a6b2cac0f8b2646ea66df7b62e47fce8b3e78ec /bin/OpenSim.ini.example | |
parent | disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostN... (diff) | |
download | opensim-SC-6c2f8176aea95297bbce7f6d2d0cba178b39ae5b.zip opensim-SC-6c2f8176aea95297bbce7f6d2d0cba178b39ae5b.tar.gz opensim-SC-6c2f8176aea95297bbce7f6d2d0cba178b39ae5b.tar.bz2 opensim-SC-6c2f8176aea95297bbce7f6d2d0cba178b39ae5b.tar.xz |
change opensim.ini.example setting of ExternalHostNameForLSL to a defualt
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index b0777d7..da4cbe1 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} https://${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 |