aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorDiva Canto2013-02-21 17:26:19 -0800
committerDiva Canto2013-02-21 17:26:19 -0800
commite515cdddec435e97e9ed4722de08ee410e94a7e6 (patch)
tree0b090dc495ef464e037d4f134f059bce35504d2f /bin/OpenSim.ini.example
parentBulletSim: add OutOfBounds logic and some position sanity checking (diff)
downloadopensim-SC_OLD-e515cdddec435e97e9ed4722de08ee410e94a7e6.zip
opensim-SC_OLD-e515cdddec435e97e9ed4722de08ee410e94a7e6.tar.gz
opensim-SC_OLD-e515cdddec435e97e9ed4722de08ee410e94a7e6.tar.bz2
opensim-SC_OLD-e515cdddec435e97e9ed4722de08ee410e94a7e6.tar.xz
Simplification of HG configs: HomeURI and GatekeeperURI now are defined as default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example16
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