Fixed: Change default SSL port to 6969 from 9898

conflicted with radarr
pull/77/head
bakerboy448 3 years ago committed by Qstick
parent 1c1715178c
commit 29c4849bef

@ -51,7 +51,7 @@ namespace NzbDrone.Core.Configuration
{ {
public const string CONFIG_ELEMENT_NAME = "Config"; public const string CONFIG_ELEMENT_NAME = "Config";
public const int DEFAULT_PORT = 9696; public const int DEFAULT_PORT = 9696;
public const int DEFAULT_SSL_PORT = 9898; public const int DEFAULT_SSL_PORT = 6969;
private readonly IEventAggregator _eventAggregator; private readonly IEventAggregator _eventAggregator;
private readonly IDiskProvider _diskProvider; private readonly IDiskProvider _diskProvider;

Loading…
Cancel
Save