diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8cef459..987851d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -29,6 +29,13 @@ storage_connection_string="URI=file:OpenSim.db,version=3"; | |||
29 | ; storage_plugin="OpenSim.Framework.Data.MySQL.dll" | 29 | ; storage_plugin="OpenSim.Framework.Data.MySQL.dll" |
30 | ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; | 30 | ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; |
31 | 31 | ||
32 | ; turn on experimental storage of prim inventories in the region database | ||
33 | ; more details of the current state of this can be found at | ||
34 | ; | ||
35 | ; http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence | ||
36 | ; | ||
37 | storage_prim_inventories_experimental = false | ||
38 | |||
32 | startup_console_commands_file = "startup_commands.txt" | 39 | startup_console_commands_file = "startup_commands.txt" |
33 | shutdown_console_commands_file = "shutdown_commands.txt" | 40 | shutdown_console_commands_file = "shutdown_commands.txt" |
34 | serverside_object_permissions = false | 41 | serverside_object_permissions = false |