aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSim.ini.example7
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;
37storage_prim_inventories_experimental = false
38
32startup_console_commands_file = "startup_commands.txt" 39startup_console_commands_file = "startup_commands.txt"
33shutdown_console_commands_file = "shutdown_commands.txt" 40shutdown_console_commands_file = "shutdown_commands.txt"
34serverside_object_permissions = false 41serverside_object_permissions = false