From a721f2cfe404d7896bb563bb31f13c9b4e28dee1 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 2 Sep 2008 20:17:53 +0000 Subject: make the example OpenSim.ini use sqlite plugin, because so many people don't read the config and find they aren't saving any of their prims. --- bin/OpenSim.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 3979393..ab1f2c6 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -38,10 +38,10 @@ PhysicalPrimMax = 10 ; *** Prim Storage - only leave one storage_plugin uncommented *** ; --- Null stores nothing - effectively disabling persistence: -storage_plugin = "OpenSim.Data.Null.dll" +;storage_plugin = "OpenSim.Data.Null.dll" ; --- To use sqlite as region storage: -;storage_plugin = "OpenSim.Data.SQLite.dll" +storage_plugin = "OpenSim.Data.SQLite.dll" storage_connection_string="URI=file:OpenSim.db,version=3"; ; --- To use MySQL storage, supply your own connectionstring (this is only an example): -- cgit v1.1