mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Started arduous config refactoring task with babystep introduction of common baseclass for backend configs.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// AssetConfig -- For Asset Server Configuration
|
||||
/// </summary>
|
||||
public class AssetConfig
|
||||
public class AssetConfig:ConfigBase
|
||||
{
|
||||
public const uint DefaultHttpPort = 8003;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user