Change default grid and inventory service ports in ConfigSettings to the ROBUST default of 8003

mysql-performance
Justin Clark-Casey (justincc) 2009-12-15 15:37:03 +00:00
parent 9e54e61a43
commit ffff12f7c1
1 changed files with 2 additions and 2 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;
}
}