mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Started arduous config refactoring task with babystep introduction of common baseclass for backend configs.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// Defines and handles inventory grid server configuration
|
||||
/// </summary>
|
||||
public class InventoryConfig
|
||||
public class InventoryConfig:ConfigBase
|
||||
{
|
||||
public static uint DefaultHttpPort = 8004;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user