diff options
author | Sean Dague | 2007-08-27 19:16:00 +0000 |
---|---|---|
committer | Sean Dague | 2007-08-27 19:16:00 +0000 |
commit | 211116ec7ecd9c06260af9cdb0582aafeb8a37f9 (patch) | |
tree | 0a93d9b5132a5e9c5202ab77c354cdb94ac79583 /bin/OpenSim.ini | |
parent | Fixed the bug that sent a region port as the CAPS url, instead of sending the... (diff) | |
download | opensim-SC_OLD-211116ec7ecd9c06260af9cdb0582aafeb8a37f9.zip opensim-SC_OLD-211116ec7ecd9c06260af9cdb0582aafeb8a37f9.tar.gz opensim-SC_OLD-211116ec7ecd9c06260af9cdb0582aafeb8a37f9.tar.bz2 opensim-SC_OLD-211116ec7ecd9c06260af9cdb0582aafeb8a37f9.tar.xz |
enable sqlite storage by default
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index fbd9d19..84f82c3 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini | |||
@@ -4,8 +4,8 @@ physics = basicphysics | |||
4 | ; Prim Storage | 4 | ; Prim Storage |
5 | ; if you would like to use sqlite uncomment the following line (and | 5 | ; if you would like to use sqlite uncomment the following line (and |
6 | ; comment the NullStorage line) | 6 | ; comment the NullStorage line) |
7 | ; storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" | 7 | storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" |
8 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" | 8 | ;storage_plugin = "OpenSim.DataStore.NullStorage.dll" |
9 | startup_console_commands_file = "startup_commands.txt" | 9 | startup_console_commands_file = "startup_commands.txt" |
10 | serverside_object_permissions = false | 10 | serverside_object_permissions = false |
11 | 11 | ||