mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +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:
@@ -110,7 +110,7 @@ namespace OpenSim.Grid.GridServer
|
||||
|
||||
m_console.Verbose( "Main.cs:Startup() - Connecting to Storage Server");
|
||||
m_gridManager = new GridManager();
|
||||
m_gridManager.AddPlugin(GridDll); // Made of win
|
||||
m_gridManager.AddPlugin(Cfg.DatabaseProvider); // Made of win
|
||||
m_gridManager.config = Cfg;
|
||||
|
||||
m_console.Verbose( "Main.cs:Startup() - Starting HTTP process");
|
||||
|
||||
Reference in New Issue
Block a user