From 57ff76850d1d50d31efe7c20998c57a162ac819d Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 15 Nov 2007 15:32:28 +0000 Subject: * Added MySQLDataStore (adapted from MonoSqlite * Made startup a little bit more forgiving on dll load * Minor renamings and musings --- bin/OpenSim.ini.example | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 43af529..1e64f75 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -15,11 +15,18 @@ physics = basicphysics ;physics = OpenDynamicsEngine ;physics = modified_BulletX -; Prim Storage -; if you would like to use sqlite uncomment the following line (and -; comment the NullStorage line) +; *** Prim Storage - only leave one storage_plugin uncommented *** +; --- 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. storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" -;storage_plugin = "OpenSim.DataStore.NullStorage.dll" + +; --- 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. +; storage_plugin="OpenSim.Framework.Data.MySQL.dll" + startup_console_commands_file = "startup_commands.txt" shutdown_console_commands_file = "shutdown_commands.txt" serverside_object_permissions = false -- cgit v1.1