diff options
Diffstat (limited to 'OpenSim/Framework/MessageServerConfig.cs')
-rw-r--r-- | OpenSim/Framework/MessageServerConfig.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Framework/MessageServerConfig.cs b/OpenSim/Framework/MessageServerConfig.cs index 5cef362..ccb6e7a 100644 --- a/OpenSim/Framework/MessageServerConfig.cs +++ b/OpenSim/Framework/MessageServerConfig.cs | |||
@@ -36,17 +36,17 @@ namespace OpenSim.Framework | |||
36 | /// </summary> | 36 | /// </summary> |
37 | public class MessageServerConfig | 37 | public class MessageServerConfig |
38 | { | 38 | { |
39 | public string DefaultStartupMsg = ""; | 39 | public string DefaultStartupMsg = String.Empty; |
40 | public string UserServerURL = ""; | 40 | public string UserServerURL = String.Empty; |
41 | public string UserSendKey = ""; | 41 | public string UserSendKey = String.Empty; |
42 | public string UserRecvKey = ""; | 42 | public string UserRecvKey = String.Empty; |
43 | 43 | ||
44 | public string GridServerURL = ""; | 44 | public string GridServerURL = String.Empty; |
45 | public string GridSendKey = ""; | 45 | public string GridSendKey = String.Empty; |
46 | public string GridRecvKey = ""; | 46 | public string GridRecvKey = String.Empty; |
47 | 47 | ||
48 | public string DatabaseProvider = ""; | 48 | public string DatabaseProvider = String.Empty; |
49 | public string GridCommsProvider = ""; | 49 | public string GridCommsProvider = String.Empty; |
50 | 50 | ||
51 | public static uint DefaultHttpPort = 8006; | 51 | public static uint DefaultHttpPort = 8006; |
52 | public static bool DefaultHttpSSL = false; | 52 | public static bool DefaultHttpSSL = false; |