diff options
author | UbitUmarov | 2017-05-02 13:14:26 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-02 13:14:26 +0100 |
commit | 55f7986b449633477467f7fdda95873b4a00f8fd (patch) | |
tree | 855cd7cefb22291a8ef642639a55f0a8e76986df /bin | |
parent | fix LSL_ApiHttpTests (diff) | |
download | opensim-SC_OLD-55f7986b449633477467f7fdda95873b4a00f8fd.zip opensim-SC_OLD-55f7986b449633477467f7fdda95873b4a00f8fd.tar.gz opensim-SC_OLD-55f7986b449633477467f7fdda95873b4a00f8fd.tar.bz2 opensim-SC_OLD-55f7986b449633477467f7fdda95873b4a00f8fd.tar.xz |
fix some comments
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 2 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index da4cbe1..021e444 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -55,7 +55,7 @@ | |||
55 | ;# {BaseHostname} {} {BaseHostname} {"example.com" "127.0.0.1"} "127.0.0.1" | 55 | ;# {BaseHostname} {} {BaseHostname} {"example.com" "127.0.0.1"} "127.0.0.1" |
56 | BaseHostname = "127.0.0.1" | 56 | BaseHostname = "127.0.0.1" |
57 | 57 | ||
58 | ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname} https://${Const|BaseHostname}} "http://${Const|BaseHostname}" | 58 | ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}" |
59 | BaseURL = http://${Const|BaseHostname} | 59 | BaseURL = http://${Const|BaseHostname} |
60 | 60 | ||
61 | ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" | 61 | ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index f70f7db..89954ef 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()) |