New: Add default urls to applications

This commit is contained in:
Bogdan
2023-04-18 04:42:08 +03:00
parent 88fbc30be2
commit 9bbe51253b
7 changed files with 24 additions and 10 deletions
@@ -19,10 +19,12 @@ namespace NzbDrone.Core.Applications.Readarr
public class ReadarrSettings : IApplicationSettings
{
private static readonly ReadarrSettingsValidator Validator = new ReadarrSettingsValidator();
private static readonly ReadarrSettingsValidator Validator = new ();
public ReadarrSettings()
{
ProwlarrUrl = "http://localhost:9696";
BaseUrl = "http://localhost:8787";
SyncCategories = new[] { 3030, 7000, 7010, 7020, 7030, 7040, 7050, 7060 };
}