From 81056717e07d86e28a935cda989584e2a9385183 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 6 May 2008 18:22:26 +0000 Subject: added nhibernate examples --- bin/OpenSim.ini.example | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 5a15c85..2736405 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -103,7 +103,8 @@ welcome_message = "Welcome to OpenSim" ; Asset database provider asset_plugin = "OpenSim.Data.SQLite.dll" -; asset_plugin = "OpenSim.Data.MySQL.dll" +; asset_plugin = "OpenSim.Data.MySQL.dll" ; for mysql +; asset_plugin = "OpenSim.Data.NHibernate.dll" ; for nhibernate ; the Asset DB source. This only works for sqlite and nhibernate for now ; Asset Source SQLite Exampe @@ -114,11 +115,18 @@ asset_plugin = "OpenSim.Data.SQLite.dll" ; Inventory database provider inventory_plugin = "OpenSim.Data.SQLite.dll" ; inventory_plugin = "OpenSim.Data.MySQL.dll" +; inventory_plugin = "OpenSim.Data.NHibernate.dll" ; for nhibernate +; Inventory Source NHibernate Example (DIALECT;DRIVER;CONNECTSTRING) +; inventory_source = "SQLiteDialect;SqliteClientDriver;URI=file:Inventory.db,version=3" ; User Data Database provider userDatabase_plugin = "OpenSim.Data.SQLite.dll" ; userDatabase_plugin = "OpenSim.Data.MySQL.dll" +; userDatabase_plugin = "OpenSim.Data.NHibernate.dll" ; for nhibernate +; User Source NHibernate Example (DIALECT;DRIVER;CONNECTSTRING) +; user_source = "SQLiteDialect;SqliteClientDriver;URI=file:User.db,version=3" + default_location_x = 1000 default_location_y = 1000 -- cgit v1.1