diff options
author | onefang | 2019-07-28 00:44:28 +1000 |
---|---|---|
committer | onefang | 2019-07-28 00:44:28 +1000 |
commit | 4848ebcbf14b9f056fccc234109408d20ccda021 (patch) | |
tree | 9920ae26d8e5a48cf79b7f7b3ad7637412c579e9 /bin/config-include/config_MG.ini | |
parent | Make the stats log file sim specific. (diff) | |
download | opensim-SC-4848ebcbf14b9f056fccc234109408d20ccda021.zip opensim-SC-4848ebcbf14b9f056fccc234109408d20ccda021.tar.gz opensim-SC-4848ebcbf14b9f056fccc234109408d20ccda021.tar.bz2 opensim-SC-4848ebcbf14b9f056fccc234109408d20ccda021.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/config_MG.ini | 45 |
1 files changed, 44 insertions, 1 deletions
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 @@ | |||
19 | DbPath = "../../db" | 19 | DbPath = "../../db" |
20 | LogPath = "../../logs" | 20 | LogPath = "../../logs" |
21 | 21 | ||
22 | |||
23 | [Const] | 22 | [Const] |
24 | MOTD = "All of the World is a Stage, and Everyone's a Critic." | 23 | MOTD = "All of the World is a Stage, and Everyone's a Critic." |
25 | 24 | ||
@@ -48,3 +47,47 @@ | |||
48 | 47 | ||
49 | ; jOpenSim URL | 48 | ; jOpenSim URL |
50 | jOpensimURL = "http://misfitzgrid.com/members" | 49 | jOpensimURL = "http://misfitzgrid.com/members" |
50 | |||
51 | [AuthorizationService] | ||
52 | DefaultRegionAccess = "DisallowForeigners" | ||
53 | ; If you have regions with access restrictions | ||
54 | ; specify them here using the convention | ||
55 | ; Region_<Region_Name> = <flags> | ||
56 | ; Valid flags are: | ||
57 | ; DisallowForeigners -- HG visitors not allowed | ||
58 | ; DisallowResidents -- only Admins and Managers allowed | ||
59 | ; None -- No restrictions. | ||
60 | |||
61 | Region_Blue_Moon = "None" | ||
62 | Region_MisFitz_ = "None" | ||
63 | Region_MisFitz_Continuum = "None" | ||
64 | Region_MisFitz_Dev = "None" | ||
65 | Region_MisFitz_Getaway = "None" | ||
66 | Region_MisFitz_Hyperport = "None" | ||
67 | Region_MisFitz_Motion = "None" | ||
68 | Region_Misfitz_Nature = "None" | ||
69 | Region_MisFitz_Residents1 = "None" | ||
70 | Region_MisFitz_Residents2 = "None" | ||
71 | Region_MisFitz_Sandbox = "None" | ||
72 | Region_MisFitz_Shopping = "None" | ||
73 | Region_MisFitz_Welcome = "None" | ||
74 | Region_MisFitz_Welcome_Beta = "None" | ||
75 | Region_White_Harbor = "None" | ||
76 | |||
77 | Region_Infinite_Grid_Sandbox = "None" | ||
78 | Region_Infinite_Grid_Welcome = "None" | ||
79 | Region_Kellietown = "None" | ||
80 | Region_Life,_the_universe,_and_everything = "None" | ||
81 | Region_Naughtie_Nautical = "None" | ||
82 | Region_Play_Island = "None" | ||
83 | |||
84 | [Groups] | ||
85 | ;# {SecretKey} {ServicesConnectorModule:Groups Remote Service Connector} {Secret key between sim and remote group service} {} "" | ||
86 | ;; Used for V2 in Remote only. | ||
87 | SecretKey = "Kensentm3" | ||
88 | AddDefaultGroup = "MisFitz Grid Residents" | ||
89 | |||
90 | [GodNames] | ||
91 | Enabled = true | ||
92 | FullNames = "Fr0zenHawk Chillsmoke,Korgi Silvercloud,Max Zephyr" | ||
93 | ; Surnames = "Kryztlsk" | ||