From cff2fb36407ee36b5247cbec0976fecde45966fd Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 19 Dec 2007 09:23:36 +0000 Subject: [PATCH] Updated asset_database options in OpenSim.ini.example --- bin/OpenSim.ini.example | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a97370cf02..61438dd7e2 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -33,9 +33,12 @@ startup_console_commands_file = "startup_commands.txt" shutdown_console_commands_file = "shutdown_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 +; Select the type of database to use for asset storage +;asset_database = "db4o" asset_database = "sqlite" +;asset_database = "grid" +;asset_database = "mssql" + verbose = true ; if you would like to allow prim to be physical and move by physics with the physical checkbox in the client set this to true.