diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index cb978f1..4199441 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -346,6 +346,21 @@ | |||
346 | ;; - "Imprudence 1.3.1" has access | 346 | ;; - "Imprudence 1.3.1" has access |
347 | ; BannedViewerList = | 347 | ; BannedViewerList = |
348 | 348 | ||
349 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | ||
350 | ;; If this is a standalone world, this is the address of this instance. | ||
351 | ;; If this is a grided simulator, this is the address of the external robust server that | ||
352 | ;; runs the UserAgentsService. | ||
353 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
354 | ;; This is a default that can be overwritten in some sections. | ||
355 | ; HomeURI = "http://127.0.0.1:9000" | ||
356 | |||
357 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | ||
358 | ;; If this is a standalone world, this is the address of this instance. | ||
359 | ;; If this is a grided simulator, this is the address of the external robust server | ||
360 | ;; that runs the Gatekeeper service. | ||
361 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
362 | ;; This is a default that can be overwritten in some sections. | ||
363 | ; GatekeeperURI = "http://127.0.0.1:9000" | ||
349 | 364 | ||
350 | [Estates] | 365 | [Estates] |
351 | ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). | 366 | ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). |
@@ -961,6 +976,7 @@ | |||
961 | ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} | 976 | ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} |
962 | ;; Used for V2 in HG only. For example | 977 | ;; Used for V2 in HG only. For example |
963 | ;; http://mygridserver.com:9000 or http://mygridserver.com:8002 | 978 | ;; http://mygridserver.com:9000 or http://mygridserver.com:8002 |
979 | ;; If you have this set under [Startup], no need to set it here, leave it commented | ||
964 | ; HomeURI = "" | 980 | ; HomeURI = "" |
965 | 981 | ||
966 | ;# {MessagingEnabled} {Module:GroupsModule Module:Groups Module V2} {Is groups messaging enabled?} {true false} true | 982 | ;# {MessagingEnabled} {Module:GroupsModule Module:Groups Module V2} {Is groups messaging enabled?} {true false} true |