From 9657c82f1b5abf8314ed1b324966071c67194ff1 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 3 Jun 2019 21:08:41 +1000 Subject: Adjust [AuthorizationService] sections to use the new DefaultRegionAccess. --- bin/config-include/config_IG.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'bin/config-include/config_IG.ini') 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 @@ ; Database credentials. DataProvider = "OpenSim.Data.MySQL.dll" ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;" + + +[AuthorizationService] + DefaultRegionAccess = "DisallowForeigners" + ; If you have regions with access restrictions + ; specify them here using the convention + ; Region_ = + ; Valid flags are: + ; DisallowForeigners -- HG visitors not allowed + ; DisallowResidents -- only Admins and Managers allowed + ; None -- No restrictions. + + Region_Infinite_Grid_Sandbox = "None" + Region_Infinite_Grid_Welcome = "None" + Region_Kellietown = "None" + Region_Sandbox = "None" + Region_SledjShovl = "None" + Region_Welcome = "None" -- cgit v1.1