diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a852ddeacd..5a6ef060cc 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