From 26293d6d9ee9c3ae999c0939e7f7efa50d8b1523 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 2 Apr 2008 15:40:00 +0000 Subject: change references to OpenSim.Data --- bin/OpenSim.ini.example | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a852dde..5a6ef06 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -10,12 +10,12 @@ gridmode = false storage_plugin = "OpenSim.DataStore.NullStorage.dll" ; --- To use sqlite as region storage: -;storage_plugin = "OpenSim.Framework.Data.SQLite.dll" +;storage_plugin = "OpenSim.Data.SQLite.dll" storage_connection_string="URI=file:OpenSim.db,version=3"; ; --- To use MySQL storage, supply your own connectionstring (this is only an example): ; note that the supplied account needs create privilegies if you want it to auto-create needed tables. -; storage_plugin="OpenSim.Framework.Data.MySQL.dll" +; storage_plugin="OpenSim.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 @@ -99,16 +99,16 @@ accounts_authenticate = true welcome_message = "Welcome to OpenSim" ; Asset database provider -asset_plugin = "OpenSim.Framework.Data.SQLite.dll" -; asset_plugin = "OpenSim.Framework.Data.MySQL.dll" +asset_plugin = "OpenSim.Data.SQLite.dll" +; asset_plugin = "OpenSim.Data.MySQL.dll" ; Inventory database provider -inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" -; inventory_plugin = "OpenSim.Framework.Data.MySQL.dll" +inventory_plugin = "OpenSim.Data.SQLite.dll" +; inventory_plugin = "OpenSim.Data.MySQL.dll" ; User Data Database provider -userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" -; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll" +userDatabase_plugin = "OpenSim.Data.SQLite.dll" +; userDatabase_plugin = "OpenSim.Data.MySQL.dll" default_location_x = 1000 default_location_y = 1000 -- cgit v1.1