From 4f67fc4aefc11c1a4293227c70de922dbe03c652 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Thu, 7 Mar 2013 00:34:00 -0500 Subject: removed base kernel and ikernel --- .../Configuration/BaseApplicationConfiguration.cs | 26 ---------------------- 1 file changed, 26 deletions(-) (limited to 'MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs b/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs index 74241ac02..9fc8d824f 100644 --- a/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs +++ b/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs @@ -18,20 +18,6 @@ namespace MediaBrowser.Model.Configuration [ProtoMember(1)] public bool EnableDebugLevelLogging { get; set; } - /// - /// Gets or sets a value indicating whether [enable HTTP level logging]. - /// - /// true if [enable HTTP level logging]; otherwise, false. - [ProtoMember(56)] - public bool EnableHttpLevelLogging { get; set; } - - /// - /// Gets or sets the HTTP server port number. - /// - /// The HTTP server port number. - [ProtoMember(2)] - public int HttpServerPortNumber { get; set; } - /// /// Enable automatically and silently updating of the application /// @@ -59,13 +45,6 @@ namespace MediaBrowser.Model.Configuration [ProtoMember(58)] public bool RunAtStartup { get; set; } - /// - /// Gets or sets the legacy web socket port number. - /// - /// The legacy web socket port number. - [ProtoMember(59)] - public int LegacyWebSocketPortNumber { get; set; } - /// /// Gets or sets a value indicating whether this instance is first run. /// @@ -78,14 +57,9 @@ namespace MediaBrowser.Model.Configuration /// public BaseApplicationConfiguration() { - HttpServerPortNumber = 8096; - LegacyWebSocketPortNumber = 8945; - EnableAutoUpdate = true; LogFileRetentionDays = 14; - EnableHttpLevelLogging = true; - #if (DEBUG) EnableDebugLevelLogging = true; #endif -- cgit v1.2.3