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/extra_MG.ini | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'bin/config-include/extra_MG.ini') diff --git a/bin/config-include/extra_MG.ini b/bin/config-include/extra_MG.ini index 3fe8a13..a811d54 100644 --- a/bin/config-include/extra_MG.ini +++ b/bin/config-include/extra_MG.ini @@ -4,7 +4,6 @@ ;; if not defined - llRequestURL/llRequestSecureURL are disabled ExternalHostNameForLSL = "server2.misfitzgrid.com" - [Messaging] ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *} ;; Module to handle offline messaging. The core module requires an external @@ -18,7 +17,6 @@ ; OfflineMessageURL = ${Const|BaseURL}/Offline.php OfflineMessageURL = ${Const|jOpensimURL}/components/com_opensim/interface.php - [DataSnapshot] ;# {index_sims} {} {Enable data snapshotting (search)?} {true false} false ;; The following set of configs pertains to search. @@ -41,43 +39,9 @@ ; data with this and/or other search providers. data_services="${Const|jOpensimURL}/components/com_opensim/registersearch.php" - -[Groups] - ;# {SecretKey} {ServicesConnectorModule:Groups Remote Service Connector} {Secret key between sim and remote group service} {} "" - ;; Used for V2 in Remote only. - SecretKey = "Kensentm3" - - [Search] SearchURL = ${Const|jOpensimURL}/components/com_opensim/interface.php - -[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" - [Profile] ProfileServiceURL = ${Const|jOpensimURL}/components/com_opensim/interface.php -- cgit v1.1