From bcd3a5b28bc63426e5ac1f4642afca4a391ece28 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 13 Feb 2008 12:06:09 +0000 Subject: * Introduced customizable table names on MySQL and MSSQL UserData plug-ins. [Provided by openlifegrid.com] --- bin/OpenSim.ini.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ce2f02e..2297fc4 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -76,8 +76,12 @@ physical_prim = true accounts_authenticate = true welcome_message = "Welcome to OpenSim" inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" + +; User Data Database provider ; userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" +; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll" userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" + default_location_x = 1000 default_location_y = 1000 dump_assets_to_file = false -- cgit v1.1