mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* bizarrely, two reports that that last commit broke script engine startup (!) on linux - reverting until we can investigate further.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// AssetConfig -- For Asset Server Configuration
|
||||
/// </summary>
|
||||
public class AssetConfig:ConfigBase
|
||||
public class AssetConfig
|
||||
{
|
||||
public const uint DefaultHttpPort = 8003;
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public abstract class ConfigBase
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -29,7 +29,7 @@ using System;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class GridConfig:ConfigBase
|
||||
public class GridConfig
|
||||
{
|
||||
public static uint DefaultHttpPort = 8001;
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// Defines and handles inventory grid server configuration
|
||||
/// </summary>
|
||||
public class InventoryConfig:ConfigBase
|
||||
public class InventoryConfig
|
||||
{
|
||||
public static uint DefaultHttpPort = 8004;
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// Message Server Config - Configuration of the Message Server
|
||||
/// </summary>
|
||||
public class MessageServerConfig:ConfigBase
|
||||
public class MessageServerConfig
|
||||
{
|
||||
public static uint DefaultHttpPort = 8006;
|
||||
public static bool DefaultHttpSSL = false;
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// UserConfig -- For User Server Configuration
|
||||
/// </summary>
|
||||
public class UserConfig:ConfigBase
|
||||
public class UserConfig
|
||||
{
|
||||
public static uint DefaultHttpPort = 8002;
|
||||
public static bool DefaultHttpSSL = false;
|
||||
|
||||
Reference in New Issue
Block a user