* Change some more default ports to the robust default of 8003

* Make these use existing constants rather than hardcoding
* These will probably go away soon anyway once all services are under ROBUST
This commit is contained in:
Justin Clark-Casey (justincc)
2009-10-06 20:32:33 +01:00
parent 77b4abaa25
commit 99c85b5ef5
3 changed files with 6 additions and 6 deletions

View File

@@ -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;
}
}