aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example13
1 files changed, 3 insertions, 10 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 491e7dd..afcb8ee 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -42,16 +42,9 @@ storage_connection_string="URI=file:OpenSim.db,version=3";
42; note that the supplied account needs create privilegies if you want it to auto-create needed tables. 42; note that the supplied account needs create privilegies if you want it to auto-create needed tables.
43; storage_plugin="OpenSim.Data.MySQL.dll" 43; storage_plugin="OpenSim.Data.MySQL.dll"
44; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; 44; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;";
45 45; If you want to use a different database/server for estate data, then
46; turn on experimental storage of prim inventories in the region database 46; uncomment and change this connect string. Defaults to the above if not set
47 47; estate_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;";
48; Prim inventory storage is now turned on by default
49; However, this option remains in case it needs to be disabled
50; More details of the current state of this can be found at
51;
52; http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence
53;
54storage_prim_inventories = true
55 48
56; Select whether you want to use local or grid asset storage. 49; Select whether you want to use local or grid asset storage.
57; 50;