diff options
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 0ce16ba..a7b39a3 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -179,6 +179,10 @@ | |||
179 | [InventoryService] | 179 | [InventoryService] |
180 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" | 180 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" |
181 | 181 | ||
182 | ; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed? | ||
183 | ; If this is set to false then some other arrangement must be made to perform these operations if necessary. | ||
184 | AllowDelete = true | ||
185 | |||
182 | 186 | ||
183 | ; * This is the new style grid service. | 187 | ; * This is the new style grid service. |
184 | ; * "Realm" is the table that is used for user lookup. | 188 | ; * "Realm" is the table that is used for user lookup. |