From 879f51dab48914021f0aad354a6599611b857d83 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 13 Mar 2008 00:39:53 +0000 Subject: [PATCH] * Change opensim.ini.example to flesh out database *_plugin options * Making each have sqlite (uncommented) and mysql (commented) strings --- bin/OpenSim.ini.example | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ff86bdf63e..0e0056cf5a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -91,12 +91,18 @@ script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll [StandAlone] 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" + +; Inventory database provider inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" +; inventory_plugin = "OpenSim.Framework.Data.MySQL.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" +; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll" default_location_x = 1000 default_location_y = 1000