mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-01 13:26:56 +01:00
Fixed: Change default SSL port to 6969 from 9898
conflicted with radarr
This commit is contained in:
parent
1c1715178c
commit
29c4849bef
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue