diff options
author | Justin Clark-Casey (justincc) | 2011-10-12 21:51:34 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-12 21:51:34 +0100 |
commit | 631d5e16ef8c5340b6283b1a9ed9cc95aea3e3a1 (patch) | |
tree | 10832702313c1f618d3385fd16153ef3c5c0de05 /OpenSim/Framework/ConfigSettings.cs | |
parent | Bring LindenUDP.Tests back from the dead. No tests are running. (diff) | |
download | opensim-SC_OLD-631d5e16ef8c5340b6283b1a9ed9cc95aea3e3a1.zip opensim-SC_OLD-631d5e16ef8c5340b6283b1a9ed9cc95aea3e3a1.tar.gz opensim-SC_OLD-631d5e16ef8c5340b6283b1a9ed9cc95aea3e3a1.tar.bz2 opensim-SC_OLD-631d5e16ef8c5340b6283b1a9ed9cc95aea3e3a1.tar.xz |
Get rid of some traces of the old pre-ROBUST grid architecture config
Diffstat (limited to 'OpenSim/Framework/ConfigSettings.cs')
-rw-r--r-- | OpenSim/Framework/ConfigSettings.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Framework/ConfigSettings.cs b/OpenSim/Framework/ConfigSettings.cs index 50328d7..b0bdebe 100644 --- a/OpenSim/Framework/ConfigSettings.cs +++ b/OpenSim/Framework/ConfigSettings.cs | |||
@@ -37,13 +37,6 @@ namespace OpenSim.Framework | |||
37 | public bool PhysicalPrim { get; set; } | 37 | public bool PhysicalPrim { get; set; } |
38 | public string LibrariesXMLFile { get; set; } | 38 | public string LibrariesXMLFile { get; set; } |
39 | 39 | ||
40 | public const uint DefaultAssetServerHttpPort = 8003; | ||
41 | public const uint DefaultRegionHttpPort = 9000; | 40 | public const uint DefaultRegionHttpPort = 9000; |
42 | public const uint DefaultUserServerHttpPort = 8002; | ||
43 | public const bool DefaultUserServerHttpSSL = false; | ||
44 | public const uint DefaultMessageServerHttpPort = 8006; | ||
45 | public const bool DefaultMessageServerHttpSSL = false; | ||
46 | public const uint DefaultGridServerHttpPort = 8003; | ||
47 | public const uint DefaultInventoryServerHttpPort = 8003; | ||
48 | } | 41 | } |
49 | } \ No newline at end of file | 42 | } \ No newline at end of file |