self document how to enable prim storage
parent
0e6f57a303
commit
4dd40151a6
|
@ -1,6 +1,10 @@
|
||||||
[Startup]
|
[Startup]
|
||||||
gridmode = false
|
gridmode = false
|
||||||
physics = basicphysics
|
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"
|
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
||||||
startup_console_commands_file = "startup_commands.txt"
|
startup_console_commands_file = "startup_commands.txt"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue