mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Change default grid and inventory service ports in ConfigSettings to the ROBUST default of 8003
This commit is contained in:
@@ -168,7 +168,7 @@ namespace OpenSim.Framework
|
||||
public const bool DefaultUserServerHttpSSL = false;
|
||||
public const uint DefaultMessageServerHttpPort = 8006;
|
||||
public const bool DefaultMessageServerHttpSSL = false;
|
||||
public const uint DefaultGridServerHttpPort = 8001;
|
||||
public const uint DefaultInventoryServerHttpPort = 8004;
|
||||
public const uint DefaultGridServerHttpPort = 8003;
|
||||
public const uint DefaultInventoryServerHttpPort = 8003;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user