|
|
|
@ -27,6 +27,7 @@ namespace Sonarr.Api.V3.Config
|
|
|
|
|
public string SslCertPassword { get; set; }
|
|
|
|
|
public string UrlBase { get; set; }
|
|
|
|
|
public string InstanceName { get; set; }
|
|
|
|
|
public string ApplicationUrl { get; set; }
|
|
|
|
|
public bool UpdateAutomatically { get; set; }
|
|
|
|
|
public UpdateMechanism UpdateMechanism { get; set; }
|
|
|
|
|
public string UpdateScriptPath { get; set; }
|
|
|
|
@ -84,7 +85,8 @@ namespace Sonarr.Api.V3.Config
|
|
|
|
|
CertificateValidation = configService.CertificateValidation,
|
|
|
|
|
BackupFolder = configService.BackupFolder,
|
|
|
|
|
BackupInterval = configService.BackupInterval,
|
|
|
|
|
BackupRetention = configService.BackupRetention
|
|
|
|
|
BackupRetention = configService.BackupRetention,
|
|
|
|
|
ApplicationUrl = configService.ApplicationUrl
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|