diff options
author | Diva Canto | 2012-03-27 14:25:36 -0700 |
---|---|---|
committer | Diva Canto | 2012-03-27 14:25:36 -0700 |
commit | 5e073366727b48b6467dd55c819016e450c8598c (patch) | |
tree | 29699e1e5dee4a415b19c1bae07202c08be9497f /bin/config-include | |
parent | Amend to previous commit regarding the config name. Bugs bite. (diff) | |
parent | Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user... (diff) | |
download | opensim-SC_OLD-5e073366727b48b6467dd55c819016e450c8598c.zip opensim-SC_OLD-5e073366727b48b6467dd55c819016e450c8598c.tar.gz opensim-SC_OLD-5e073366727b48b6467dd55c819016e450c8598c.tar.bz2 opensim-SC_OLD-5e073366727b48b6467dd55c819016e450c8598c.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 3dfbed7..8d9842c 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -147,6 +147,9 @@ | |||
147 | ;AllowedClients = "" | 147 | ;AllowedClients = "" |
148 | ;DeniedClients = "" | 148 | ;DeniedClients = "" |
149 | 149 | ||
150 | ;; Are foreign visitors allowed | ||
151 | ;ForeignAgentsAllowed = true | ||
152 | |||
150 | [FreeswitchService] | 153 | [FreeswitchService] |
151 | ;; If FreeSWITCH is not being used then you don't need to set any of these parameters | 154 | ;; If FreeSWITCH is not being used then you don't need to set any of these parameters |
152 | ;; | 155 | ;; |
@@ -241,3 +244,7 @@ | |||
241 | ; DisallowResidents -- only Admins and Managers allowed | 244 | ; DisallowResidents -- only Admins and Managers allowed |
242 | ; Example: | 245 | ; Example: |
243 | ; Region_Test_1 = "DisallowForeigners" | 246 | ; Region_Test_1 = "DisallowForeigners" |
247 | |||
248 | [UserAgentService] | ||
249 | ; User level required to be contacted from other grids | ||
250 | ;LevelOutsideContacts = 0 | ||