diff options
author | Diva Canto | 2010-06-28 14:10:22 -0700 |
---|---|---|
committer | Diva Canto | 2010-06-28 14:10:22 -0700 |
commit | 20fc35399b8193e3620b0dadca861e90c4afe216 (patch) | |
tree | 19a6cad4c149a06c4553bc05e8a88fdeae20d9c6 /bin/config-include | |
parent | Change the way IRegionModule us referenced by IEmailModule to (diff) | |
download | opensim-SC_OLD-20fc35399b8193e3620b0dadca861e90c4afe216.zip opensim-SC_OLD-20fc35399b8193e3620b0dadca861e90c4afe216.tar.gz opensim-SC_OLD-20fc35399b8193e3620b0dadca861e90c4afe216.tar.bz2 opensim-SC_OLD-20fc35399b8193e3620b0dadca861e90c4afe216.tar.xz |
Fixes mantis #4815 and #4812
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 5 |
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 | |||