diff options
author | onefang | 2019-06-03 21:08:41 +1000 |
---|---|---|
committer | onefang | 2019-06-03 21:08:41 +1000 |
commit | 9657c82f1b5abf8314ed1b324966071c67194ff1 (patch) | |
tree | a4f00ba5885f86e0c77824bc926d35d62ccc5103 /bin/config-include/config_IG.ini | |
parent | Add DefaultRegionAccess in [AuthorizationService] section. (diff) | |
download | opensim-SC-9657c82f1b5abf8314ed1b324966071c67194ff1.zip opensim-SC-9657c82f1b5abf8314ed1b324966071c67194ff1.tar.gz opensim-SC-9657c82f1b5abf8314ed1b324966071c67194ff1.tar.bz2 opensim-SC-9657c82f1b5abf8314ed1b324966071c67194ff1.tar.xz |
Adjust [AuthorizationService] sections to use the new DefaultRegionAccess.
Diffstat (limited to 'bin/config-include/config_IG.ini')
-rw-r--r-- | bin/config-include/config_IG.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bin/config-include/config_IG.ini b/bin/config-include/config_IG.ini index 1309abc..532c9f0 100644 --- a/bin/config-include/config_IG.ini +++ b/bin/config-include/config_IG.ini | |||
@@ -44,3 +44,21 @@ | |||
44 | ; Database credentials. | 44 | ; Database credentials. |
45 | DataProvider = "OpenSim.Data.MySQL.dll" | 45 | DataProvider = "OpenSim.Data.MySQL.dll" |
46 | ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;" | 46 | ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;" |
47 | |||
48 | |||
49 | [AuthorizationService] | ||
50 | DefaultRegionAccess = "DisallowForeigners" | ||
51 | ; If you have regions with access restrictions | ||
52 | ; specify them here using the convention | ||
53 | ; Region_<Region_Name> = <flags> | ||
54 | ; Valid flags are: | ||
55 | ; DisallowForeigners -- HG visitors not allowed | ||
56 | ; DisallowResidents -- only Admins and Managers allowed | ||
57 | ; None -- No restrictions. | ||
58 | |||
59 | Region_Infinite_Grid_Sandbox = "None" | ||
60 | Region_Infinite_Grid_Welcome = "None" | ||
61 | Region_Kellietown = "None" | ||
62 | Region_Sandbox = "None" | ||
63 | Region_SledjShovl = "None" | ||
64 | Region_Welcome = "None" | ||