From edf006e28ac890f5d1ba88625cf1c9f53534babe Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 11 Jan 2008 19:05:19 +0000 Subject: [PATCH] Fill out and add wiki link to OpenSim.ini.example for prim inventory persistence --- bin/OpenSim.ini.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8cef459989..987851d4ac 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -29,6 +29,13 @@ storage_connection_string="URI=file:OpenSim.db,version=3"; ; storage_plugin="OpenSim.Framework.Data.MySQL.dll" ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; +; turn on experimental storage of prim inventories in the region database +; more details of the current state of this can be found at +; +; http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence +; +storage_prim_inventories_experimental = false + startup_console_commands_file = "startup_commands.txt" shutdown_console_commands_file = "shutdown_commands.txt" serverside_object_permissions = false