mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim.ini.example **
* Now moved region storage from region to application, so we have one storage per application, instead of one per region. * Changed so that the region store providers use connectionstrings, not filenames * Removed various unfit fields and properties (call me Darwin)
This commit is contained in:
@@ -16,16 +16,16 @@ physics = basicphysics
|
||||
;physics = modified_BulletX
|
||||
|
||||
; *** Prim Storage - only leave one storage_plugin uncommented ***
|
||||
; --- The NullStorage stores nothing - effectively disabling persistence.
|
||||
; --- The NullStorage stores nothing - effectively disabling persistence:
|
||||
; storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
||||
|
||||
; --- To use sqlite as region storage - don't forget to add datastore="MonoSqliteFilename.db"
|
||||
; to region config xml (ie /Regions/default.xml) as the storages are (currently supposed to be) per region.
|
||||
; --- To use sqlite as region storage:
|
||||
storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
|
||||
storage_connection_string="URI=file:OpenSim.db,version=3";
|
||||
|
||||
; --- This is to use MySQL storage - don't forget to add datastore="<MySql Connection String>"
|
||||
; to region config xml (ie /Regions/default.xml) as the storages are (currently supposed to be) per region.
|
||||
; --- To use MySQL storage, supply your own connectionstring:
|
||||
; storage_plugin="OpenSim.Framework.Data.MySQL.dll"
|
||||
; storage_connection_string="<MySql Connection String>";
|
||||
|
||||
startup_console_commands_file = "startup_commands.txt"
|
||||
shutdown_console_commands_file = "shutdown_commands.txt"
|
||||
|
||||
Reference in New Issue
Block a user