diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/DefaultSettings.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/OpenSim/Framework/DefaultSettings.cs b/OpenSim/Framework/DefaultSettings.cs deleted file mode 100644 index 8277914..0000000 --- a/OpenSim/Framework/DefaultSettings.cs +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Framework | ||
6 | { | ||
7 | public static class DefaultSettings | ||
8 | { | ||
9 | public const uint DefaultAssetServerHttpPort = 8003; | ||
10 | public const uint DefaultRegionHttpPort = 9000; | ||
11 | public static uint DefaultRegionRemotingPort = 8895; // This is actually assigned to, but then again, the remoting is obsolete, right? | ||
12 | public const uint DefaultUserServerHttpPort = 8002; | ||
13 | public const bool DefaultUserServerHttpSSL = false; | ||
14 | public const uint DefaultMessageServerHttpPort = 8006; | ||
15 | public const bool DefaultMessageServerHttpSSL = false; | ||
16 | public const uint DefaultGridServerHttpPort = 8001; | ||
17 | public const uint DefaultInventoryServerHttpPort = 8004; | ||
18 | } | ||
19 | } | ||