change references to OpenSim.Data
parent
86cf07f1c4
commit
26293d6d9e
|
@ -10,12 +10,12 @@ gridmode = false
|
||||||
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
||||||
|
|
||||||
; --- To use sqlite as region storage:
|
; --- 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";
|
storage_connection_string="URI=file:OpenSim.db,version=3";
|
||||||
|
|
||||||
; --- To use MySQL storage, supply your own connectionstring (this is only an example):
|
; --- 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.
|
; 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=*****;";
|
; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;";
|
||||||
|
|
||||||
; turn on experimental storage of prim inventories in the region database
|
; turn on experimental storage of prim inventories in the region database
|
||||||
|
@ -99,16 +99,16 @@ accounts_authenticate = true
|
||||||
welcome_message = "Welcome to OpenSim"
|
welcome_message = "Welcome to OpenSim"
|
||||||
|
|
||||||
; Asset database provider
|
; Asset database provider
|
||||||
asset_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
asset_plugin = "OpenSim.Data.SQLite.dll"
|
||||||
; asset_plugin = "OpenSim.Framework.Data.MySQL.dll"
|
; asset_plugin = "OpenSim.Data.MySQL.dll"
|
||||||
|
|
||||||
; Inventory database provider
|
; Inventory database provider
|
||||||
inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
inventory_plugin = "OpenSim.Data.SQLite.dll"
|
||||||
; inventory_plugin = "OpenSim.Framework.Data.MySQL.dll"
|
; inventory_plugin = "OpenSim.Data.MySQL.dll"
|
||||||
|
|
||||||
; User Data Database provider
|
; User Data Database provider
|
||||||
userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
userDatabase_plugin = "OpenSim.Data.SQLite.dll"
|
||||||
; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll"
|
; userDatabase_plugin = "OpenSim.Data.MySQL.dll"
|
||||||
|
|
||||||
default_location_x = 1000
|
default_location_x = 1000
|
||||||
default_location_y = 1000
|
default_location_y = 1000
|
||||||
|
|
Loading…
Reference in New Issue