From 91cc820f34cef19e1bb9659faf2d6c7070dcda96 Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 10 Sep 2007 07:23:43 +0000 Subject: Added "asset_database =" option to opensim.ini, so the asset database can be selected. Currently set default back to db4o until more people test using sqlite. --- bin/OpenSim.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index f65523c..e6e1fe3 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -9,6 +9,10 @@ storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" startup_console_commands_file = "startup_commands.txt" serverside_object_permissions = false +asset_database = "db4o" +;to try sqlite as the asset database , comment out the above line, and uncomment following one +; asset_database = "sqlite" + [StandAlone] accounts_authenticate = true -- cgit v1.1