diff options
author | Melanie Thielker | 2008-07-18 20:50:47 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-07-18 20:50:47 +0000 |
commit | a73d87ef1651ac1e935e0cfebed99282a69c3941 (patch) | |
tree | 5d3428e079e5f720670215b7071da0f331648709 /bin/OpenSim.ini.example | |
parent | Patch to fix saving of estate managers list loaded during migration. (diff) | |
download | opensim-SC_OLD-a73d87ef1651ac1e935e0cfebed99282a69c3941.zip opensim-SC_OLD-a73d87ef1651ac1e935e0cfebed99282a69c3941.tar.gz opensim-SC_OLD-a73d87ef1651ac1e935e0cfebed99282a69c3941.tar.bz2 opensim-SC_OLD-a73d87ef1651ac1e935e0cfebed99282a69c3941.tar.xz |
Introduce a separate connection string for estates, which defaults to the one gi
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 13 |
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 | ; | ||
54 | storage_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 | ; |