mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Started arduous config refactoring task with babystep introduction of common baseclass for backend configs.
This commit is contained in:
@@ -29,7 +29,7 @@ using System;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class GridConfig
|
||||
public class GridConfig:ConfigBase
|
||||
{
|
||||
public static uint DefaultHttpPort = 8001;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user