aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorTom Grimshaw2010-07-01 08:49:53 -0700
committerTom Grimshaw2010-07-01 08:49:53 -0700
commit4851706d35ca0e24e0f69348d957145631a8d94c (patch)
treead984517af1449c717a387d5a07eca0ec2285f93 /bin/config-include
parentCatch newid == null which is what happens if the asset service is offline (se... (diff)
parentAvoid a spurious error message when taking a friend's no copy item (diff)
downloadopensim-SC-4851706d35ca0e24e0f69348d957145631a8d94c.zip
opensim-SC-4851706d35ca0e24e0f69348d957145631a8d94c.tar.gz
opensim-SC-4851706d35ca0e24e0f69348d957145631a8d94c.tar.bz2
opensim-SC-4851706d35ca0e24e0f69348d957145631a8d94c.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index bfa6725..de8677f 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -68,3 +68,8 @@
68 68
69[GatekeeperService] 69[GatekeeperService]
70 ExternalName = "http://127.0.0.1:9000" 70 ExternalName = "http://127.0.0.1:9000"
71
72 ; Does this grid allow incoming links to any region in it?
73 ; If false, HG TPs happen only to the Default regions specified in [GridService] section
74 AllowTeleportsToAnyRegion = true
75