Fill out and add wiki link to OpenSim.ini.example for prim inventory persistence
parent
82d7fb7522
commit
edf006e28a
|
@ -29,6 +29,13 @@ storage_connection_string="URI=file:OpenSim.db,version=3";
|
|||
; storage_plugin="OpenSim.Framework.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
|
||||
; more details of the current state of this can be found at
|
||||
;
|
||||
; http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence
|
||||
;
|
||||
storage_prim_inventories_experimental = false
|
||||
|
||||
startup_console_commands_file = "startup_commands.txt"
|
||||
shutdown_console_commands_file = "shutdown_commands.txt"
|
||||
serverside_object_permissions = false
|
||||
|
|
Loading…
Reference in New Issue