From 4848ebcbf14b9f056fccc234109408d20ccda021 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 28 Jul 2019 00:44:28 +1000 Subject: Jiggle the grid specific configs. Add GodNames. Move the Groups and AuthorizationService sections back to config_*. Fix up the AuthorizationService for some sims. Add the so far not written AddDefaultGroup options. I'll write this soon. --- bin/config-include/config_MG.ini | 45 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) (limited to 'bin/config-include/config_MG.ini') diff --git a/bin/config-include/config_MG.ini b/bin/config-include/config_MG.ini index 1af3a56..6470825 100644 --- a/bin/config-include/config_MG.ini +++ b/bin/config-include/config_MG.ini @@ -19,7 +19,6 @@ DbPath = "../../db" LogPath = "../../logs" - [Const] MOTD = "All of the World is a Stage, and Everyone's a Critic." @@ -48,3 +47,47 @@ ; jOpenSim URL jOpensimURL = "http://misfitzgrid.com/members" + +[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_Blue_Moon = "None" + Region_MisFitz_ = "None" + Region_MisFitz_Continuum = "None" + Region_MisFitz_Dev = "None" + Region_MisFitz_Getaway = "None" + Region_MisFitz_Hyperport = "None" + Region_MisFitz_Motion = "None" + Region_Misfitz_Nature = "None" + Region_MisFitz_Residents1 = "None" + Region_MisFitz_Residents2 = "None" + Region_MisFitz_Sandbox = "None" + Region_MisFitz_Shopping = "None" + Region_MisFitz_Welcome = "None" + Region_MisFitz_Welcome_Beta = "None" + Region_White_Harbor = "None" + + Region_Infinite_Grid_Sandbox = "None" + Region_Infinite_Grid_Welcome = "None" + Region_Kellietown = "None" + Region_Life,_the_universe,_and_everything = "None" + Region_Naughtie_Nautical = "None" + Region_Play_Island = "None" + +[Groups] + ;# {SecretKey} {ServicesConnectorModule:Groups Remote Service Connector} {Secret key between sim and remote group service} {} "" + ;; Used for V2 in Remote only. + SecretKey = "Kensentm3" + AddDefaultGroup = "MisFitz Grid Residents" + +[GodNames] + Enabled = true + FullNames = "Fr0zenHawk Chillsmoke,Korgi Silvercloud,Max Zephyr" +; Surnames = "Kryztlsk" -- cgit v1.1