change references to OpenSim.Data

0.6.0-stable
Sean Dague 2008-04-02 15:40:00 +00:00
parent 86cf07f1c4
commit 26293d6d9e
1 changed files with 8 additions and 8 deletions

View File

@ -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