Change default grid and inventory service ports in ConfigSettings to the ROBUST default of 8003
parent
6f2961f0e2
commit
5550b7cd3b
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue