mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Setting default grid server to DB4o
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenGridServices.GridServer
|
||||
public class OpenGrid_Main : BaseServer, conscmd_callback
|
||||
{
|
||||
private string ConfigDll = "OpenGrid.Config.GridConfigDb4o.dll";
|
||||
private string GridDll = "OpenGrid.Framework.Data.MySQL.dll";
|
||||
private string GridDll = "OpenGrid.Framework.Data.DB4o.dll";
|
||||
public GridConfig Cfg;
|
||||
|
||||
public static OpenGrid_Main thegrid;
|
||||
|
||||
Reference in New Issue
Block a user