Allow Sonarr and Radarr to run together.

Also changes default port of Radarr to 7878.
However, now multiple instances of Radarr can also be run. This should
be fixed in the future.
This commit is contained in:
Leonardo Galli
2017-01-03 16:06:06 +01:00
parent 6ca88f98af
commit e9f9f66b2f
8 changed files with 12 additions and 12 deletions

View File

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