diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index bced391..5a15c85 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -104,13 +104,18 @@ welcome_message = "Welcome to OpenSim" | |||
104 | ; Asset database provider | 104 | ; Asset database provider |
105 | asset_plugin = "OpenSim.Data.SQLite.dll" | 105 | asset_plugin = "OpenSim.Data.SQLite.dll" |
106 | ; asset_plugin = "OpenSim.Data.MySQL.dll" | 106 | ; asset_plugin = "OpenSim.Data.MySQL.dll" |
107 | |||
107 | ; the Asset DB source. This only works for sqlite and nhibernate for now | 108 | ; the Asset DB source. This only works for sqlite and nhibernate for now |
108 | asset_source = "URI=file:Asset.db,version=3" | 109 | ; Asset Source SQLite Exampe |
110 | ; asset_source = "URI=file:Asset.db,version=3" | ||
111 | ; Asset Source NHibernate Example (DIALECT;DRIVER;CONNECTSTRING) | ||
112 | ; asset_source = "SQLiteDialect;SqliteClientDriver;URI=file:Asset.db,version=3" | ||
109 | 113 | ||
110 | ; Inventory database provider | 114 | ; Inventory database provider |
111 | inventory_plugin = "OpenSim.Data.SQLite.dll" | 115 | inventory_plugin = "OpenSim.Data.SQLite.dll" |
112 | ; inventory_plugin = "OpenSim.Data.MySQL.dll" | 116 | ; inventory_plugin = "OpenSim.Data.MySQL.dll" |
113 | 117 | ||
118 | |||
114 | ; User Data Database provider | 119 | ; User Data Database provider |
115 | userDatabase_plugin = "OpenSim.Data.SQLite.dll" | 120 | userDatabase_plugin = "OpenSim.Data.SQLite.dll" |
116 | ; userDatabase_plugin = "OpenSim.Data.MySQL.dll" | 121 | ; userDatabase_plugin = "OpenSim.Data.MySQL.dll" |