Re-added the ability to set the database provider (dll) in the config file for the userserver and gridserver.

This commit is contained in:
MW
2007-07-21 15:50:29 +00:00
parent 2c90c61020
commit b3cef2fc2a
4 changed files with 14 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ namespace OpenSim.Grid.UserServer
MainLog.Instance.Verbose("Main.cs:Startup() - Establishing data connection");
m_userManager = new UserManager();
m_userManager._config = Cfg;
m_userManager.AddPlugin(StorageDll);
m_userManager.AddPlugin(Cfg.DatabaseProvider);
MainLog.Instance.Verbose("Main.cs:Startup() - Starting HTTP process");
BaseHttpServer httpServer = new BaseHttpServer(8002);