Added method to create default config file in region server(OpenSim) following along the same priciples as in the other servers.

This commit is contained in:
Tleiades Hax
2007-10-26 15:35:17 +00:00
parent 5b8c31c3bd
commit adf4a3b9fd
3 changed files with 77 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ namespace OpenSim.Framework.Types
public static int DefaultHttpListenerPort = 9000;
public int HttpListenerPort = DefaultHttpListenerPort;
public int RemotingListenerPort = 8895;
public static int RemotingListenerPort = 8895;
public NetworkServersInfo()