Changed the default port to 8686

This commit is contained in:
Matthew Despain 2017-03-31 12:55:07 -06:00
parent 0fbb8c25cc
commit d0728bbe22
10 changed files with 46 additions and 46 deletions

View file

@ -134,7 +134,7 @@ namespace NzbDrone.Core.Configuration
}
}
public int Port => GetValueInt("Port", 8989);
public int Port => GetValueInt("Port", 8686);
public int SslPort => GetValueInt("SslPort", 9898);