aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/config_IG.ini
diff options
context:
space:
mode:
authoronefang2019-06-03 21:08:41 +1000
committeronefang2019-06-03 21:08:41 +1000
commit9657c82f1b5abf8314ed1b324966071c67194ff1 (patch)
treea4f00ba5885f86e0c77824bc926d35d62ccc5103 /bin/config-include/config_IG.ini
parentAdd DefaultRegionAccess in [AuthorizationService] section. (diff)
downloadopensim-SC_OLD-9657c82f1b5abf8314ed1b324966071c67194ff1.zip
opensim-SC_OLD-9657c82f1b5abf8314ed1b324966071c67194ff1.tar.gz
opensim-SC_OLD-9657c82f1b5abf8314ed1b324966071c67194ff1.tar.bz2
opensim-SC_OLD-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.ini18
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"