aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ConfigSettings.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-10-06 20:32:33 +0100
committerJustin Clark-Casey (justincc)2009-10-06 20:32:33 +0100
commit99c85b5ef541b83dc09e93c66232c3893e348e4b (patch)
tree461ef0fdd6640a17db5b3d989f0e02b1cf40252e /OpenSim/Framework/ConfigSettings.cs
parent* Removed verbose debug message (diff)
downloadopensim-SC_OLD-99c85b5ef541b83dc09e93c66232c3893e348e4b.zip
opensim-SC_OLD-99c85b5ef541b83dc09e93c66232c3893e348e4b.tar.gz
opensim-SC_OLD-99c85b5ef541b83dc09e93c66232c3893e348e4b.tar.bz2
opensim-SC_OLD-99c85b5ef541b83dc09e93c66232c3893e348e4b.tar.xz
* 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
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/ConfigSettings.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/ConfigSettings.cs b/OpenSim/Framework/ConfigSettings.cs
index 93efffa..32415e0 100644
--- a/OpenSim/Framework/ConfigSettings.cs
+++ b/OpenSim/Framework/ConfigSettings.cs
@@ -168,7 +168,7 @@ namespace OpenSim.Framework
168 public const bool DefaultUserServerHttpSSL = false; 168 public const bool DefaultUserServerHttpSSL = false;
169 public const uint DefaultMessageServerHttpPort = 8006; 169 public const uint DefaultMessageServerHttpPort = 8006;
170 public const bool DefaultMessageServerHttpSSL = false; 170 public const bool DefaultMessageServerHttpSSL = false;
171 public const uint DefaultGridServerHttpPort = 8001; 171 public const uint DefaultGridServerHttpPort = 8003;
172 public const uint DefaultInventoryServerHttpPort = 8004; 172 public const uint DefaultInventoryServerHttpPort = 8003;
173 } 173 }
174} 174}