mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-30 01:31:49 +01:00
Fixed: Change default SSL port to 6969 from 9898
conflicted with radarr
This commit is contained in:
@@ -51,7 +51,7 @@ namespace NzbDrone.Core.Configuration
|
||||
{
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user