mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Changed the default port to 8686
This commit is contained in:
parent
0fbb8c25cc
commit
d0728bbe22
10 changed files with 46 additions and 46 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue