diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a9e368a..74888b3 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -49,19 +49,13 @@ | |||
49 | ; this section defines constants for grid services | 49 | ; this section defines constants for grid services |
50 | ; to simplify other configuration files default settings | 50 | ; to simplify other configuration files default settings |
51 | 51 | ||
52 | ; BaseURL | 52 | ;# {BaseHostname} {} {BaseHostname} {"example.com" "127.0.0.1"} "127.0.0.1" |
53 | ; should be the externally accessible IP/DNS name of grid or standalone | 53 | BaseHostname = "127.0.0.1" |
54 | ; http://externalHostName or https://externalHostName if using ssl | ||
55 | ; examples: http://mymachine.example.com, https://mymachine.example.com, https://127.0.0.1 | ||
56 | ; default: http://127.0.0.1 | ||
57 | ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "" | ||
58 | BaseURL = http://127.0.0.1 | ||
59 | 54 | ||
60 | ; default public port | 55 | ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}" |
61 | ; usually 8002 for grids. | 56 | BaseURL = http://${Const|BaseHostname} |
62 | ; on standalones it needs to match http_listener_port or http_listener_sslport if using ssl | 57 | |
63 | ; in [Network] section below (defaults 9000 or 9001 if using ssl) | 58 | ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" |
64 | ;# {PublicPort} {} {PublicPort} {8002 9000 9001} "8002" | ||
65 | PublicPort = "8002" | 59 | PublicPort = "8002" |
66 | 60 | ||
67 | ;grid default private port 8003, not used in standalone | 61 | ;grid default private port 8003, not used in standalone |
@@ -569,10 +563,9 @@ | |||
569 | 563 | ||
570 | ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} | 564 | ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} |
571 | ;; Hostname to use in llRequestURL/llRequestSecureURL | 565 | ;; Hostname to use in llRequestURL/llRequestSecureURL |
572 | ;; if not defined - default machine name is being used | 566 | ;; if not defined - llRequestURL/llRequestSecureURL are disabled |
573 | ;; (on Windows this mean NETBIOS name - useably only inside local network) | 567 | ExternalHostNameForLSL = ${Const|BaseHostname} |
574 | ; ExternalHostNameForLSL = "127.0.0.1" | 568 | |
575 | |||
576 | ;# {shard} {} {Name to use for X-Secondlife-Shard header? (press enter if unsure)} {} OpenSim | 569 | ;# {shard} {} {Name to use for X-Secondlife-Shard header? (press enter if unsure)} {} OpenSim |
577 | ;; What is reported as the "X-Secondlife-Shard" | 570 | ;; What is reported as the "X-Secondlife-Shard" |
578 | ;; Defaults to the user server url if not set | 571 | ;; Defaults to the user server url if not set |