mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user