diff options
author | Justin Clark-Casey (justincc) | 2009-12-15 15:37:03 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-12-15 15:37:03 +0000 |
commit | ffff12f7c1902e6f41b88cb0a81761968987c57c (patch) | |
tree | 19c544d11248dce689f6a0eaf169a348a90317ac /OpenSim/Framework/ConfigSettings.cs | |
parent | Make the HG map search recognize host names without ports. (diff) | |
download | opensim-SC_OLD-ffff12f7c1902e6f41b88cb0a81761968987c57c.zip opensim-SC_OLD-ffff12f7c1902e6f41b88cb0a81761968987c57c.tar.gz opensim-SC_OLD-ffff12f7c1902e6f41b88cb0a81761968987c57c.tar.bz2 opensim-SC_OLD-ffff12f7c1902e6f41b88cb0a81761968987c57c.tar.xz |
Change default grid and inventory service ports in ConfigSettings to the ROBUST default of 8003
Diffstat (limited to 'OpenSim/Framework/ConfigSettings.cs')
-rw-r--r-- | OpenSim/Framework/ConfigSettings.cs | 4 |
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 | } |