diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 9a6371b..4d4ebde 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -208,6 +208,10 @@ | |||
208 | [InventoryService] | 208 | [InventoryService] |
209 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" | 209 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" |
210 | 210 | ||
211 | ; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed? | ||
212 | ; If this is set to false then some other arrangement must be made to perform these operations if necessary. | ||
213 | AllowDelete = true | ||
214 | |||
211 | 215 | ||
212 | ; * This is the new style grid service. | 216 | ; * This is the new style grid service. |
213 | ; * "Realm" is the table that is used for user lookup. | 217 | ; * "Realm" is the table that is used for user lookup. |