Fixed: Change default SSL port to 6969 from 9898

conflicted with radarr
This commit is contained in:
bakerboy448 2021-05-27 08:12:23 -05:00 committed by Qstick
parent 1c1715178c
commit 29c4849bef

View file

@ -51,7 +51,7 @@ public class ConfigFileProvider : IConfigFileProvider
{
public const string CONFIG_ELEMENT_NAME = "Config";
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 IDiskProvider _diskProvider;