aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/config_IG.ini
diff options
context:
space:
mode:
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"