From f52886f8f55ba6fd520cc3fffefd9a5607ad2a33 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Sun, 30 Mar 2008 21:04:45 +0000 Subject: * Added competely untested MSSQLMapper * Added the new mapper to the mapper factory * Made choice of mapper configurable * This means, in hteory, that we can persist avatar appearance on MSSQL as well --- bin/OpenSim.ini.example | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f7fb61f..e596130 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -30,6 +30,7 @@ storage_prim_inventories = true ; Avatar appearance persistence appearance_persist = false +appearance_database = "MySQL" appearance_connection_string = "Data Source=localhost;Database=avatar_appearance;User ID=root;Password=xxxx;pooling=false;" ; Select whether you want to use local or grid asset storage. -- cgit v1.1