self document how to enable prim storage

afrisby
Sean Dague 2007-08-21 18:34:49 +00:00
parent 0e6f57a303
commit 4dd40151a6
1 changed files with 33 additions and 29 deletions

View File

@ -1,6 +1,10 @@
[Startup]
gridmode = false
physics = basicphysics
# Prim Storage
# if you would like to use sqlite uncomment the following line (and
# comment the NullStorage line)
# storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
startup_console_commands_file = "startup_commands.txt"