diff options
author | Justin Clarke Casey | 2008-01-11 19:05:19 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-01-11 19:05:19 +0000 |
commit | edf006e28ac890f5d1ba88625cf1c9f53534babe (patch) | |
tree | f0ffe0fcb5fa959b5a2c81782193383ed04c0166 /bin | |
parent | * Exprimental prim inventory persistence can now be enabled by users. (diff) | |
download | opensim-SC_OLD-edf006e28ac890f5d1ba88625cf1c9f53534babe.zip opensim-SC_OLD-edf006e28ac890f5d1ba88625cf1c9f53534babe.tar.gz opensim-SC_OLD-edf006e28ac890f5d1ba88625cf1c9f53534babe.tar.bz2 opensim-SC_OLD-edf006e28ac890f5d1ba88625cf1c9f53534babe.tar.xz |
Fill out and add wiki link to OpenSim.ini.example for prim inventory persistence
Diffstat (limited to 'bin')
-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 |