mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Re-added the ability to set the database provider (dll) in the config file for the userserver and gridserver.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user