diff options
Diffstat (limited to 'OpenSim/Framework/InventoryConfig.cs')
-rw-r--r-- | OpenSim/Framework/InventoryConfig.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Framework/InventoryConfig.cs b/OpenSim/Framework/InventoryConfig.cs index 28cd552..108e7ff 100644 --- a/OpenSim/Framework/InventoryConfig.cs +++ b/OpenSim/Framework/InventoryConfig.cs | |||
@@ -33,12 +33,12 @@ namespace OpenSim.Framework | |||
33 | /// </summary> | 33 | /// </summary> |
34 | public class InventoryConfig | 34 | public class InventoryConfig |
35 | { | 35 | { |
36 | public string DefaultStartupMsg = ""; | 36 | public string DefaultStartupMsg = System.String.Empty; |
37 | public string UserServerURL = ""; | 37 | public string UserServerURL = System.String.Empty; |
38 | public string UserSendKey = ""; | 38 | public string UserSendKey = System.String.Empty; |
39 | public string UserRecvKey = ""; | 39 | public string UserRecvKey = System.String.Empty; |
40 | 40 | ||
41 | public string DatabaseProvider = ""; | 41 | public string DatabaseProvider = System.String.Empty; |
42 | public static uint DefaultHttpPort = 8004; | 42 | public static uint DefaultHttpPort = 8004; |
43 | 43 | ||
44 | public uint HttpPort = DefaultHttpPort; | 44 | public uint HttpPort = DefaultHttpPort; |