From 3aed77bd2c5fecc2a077fdad501774b2b00001b1 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 15 Nov 2007 19:53:10 +0000 Subject: *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim.ini.example ** * Now moved region storage from region to application, so we have one storage per application, instead of one per region. * Changed so that the region store providers use connectionstrings, not filenames * Removed various unfit fields and properties (call me Darwin) --- bin/OpenSim.ini.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 1e64f75..6f772c4 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -16,16 +16,16 @@ physics = basicphysics ;physics = modified_BulletX ; *** Prim Storage - only leave one storage_plugin uncommented *** -; --- The NullStorage stores nothing - effectively disabling persistence. +; --- The NullStorage stores nothing - effectively disabling persistence: ; storage_plugin = "OpenSim.DataStore.NullStorage.dll" -; --- To use sqlite as region storage - don't forget to add datastore="MonoSqliteFilename.db" -; to region config xml (ie /Regions/default.xml) as the storages are (currently supposed to be) per region. +; --- To use sqlite as region storage: storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" +storage_connection_string="URI=file:OpenSim.db,version=3"; -; --- This is to use MySQL storage - don't forget to add datastore="" -; to region config xml (ie /Regions/default.xml) as the storages are (currently supposed to be) per region. +; --- To use MySQL storage, supply your own connectionstring: ; storage_plugin="OpenSim.Framework.Data.MySQL.dll" +; storage_connection_string=""; startup_console_commands_file = "startup_commands.txt" shutdown_console_commands_file = "shutdown_commands.txt" -- cgit v1.1