|
|
@ -27,6 +27,7 @@ namespace Prowlarr.Api.V1.Config
|
|
|
|
public string SslCertPassword { get; set; }
|
|
|
|
public string SslCertPassword { get; set; }
|
|
|
|
public string UrlBase { get; set; }
|
|
|
|
public string UrlBase { get; set; }
|
|
|
|
public string InstanceName { get; set; }
|
|
|
|
public string InstanceName { get; set; }
|
|
|
|
|
|
|
|
public string ApplicationUrl { get; set; }
|
|
|
|
public bool UpdateAutomatically { get; set; }
|
|
|
|
public bool UpdateAutomatically { get; set; }
|
|
|
|
public UpdateMechanism UpdateMechanism { get; set; }
|
|
|
|
public UpdateMechanism UpdateMechanism { get; set; }
|
|
|
|
public string UpdateScriptPath { get; set; }
|
|
|
|
public string UpdateScriptPath { get; set; }
|
|
|
@ -86,6 +87,7 @@ namespace Prowlarr.Api.V1.Config
|
|
|
|
BackupFolder = configService.BackupFolder,
|
|
|
|
BackupFolder = configService.BackupFolder,
|
|
|
|
BackupInterval = configService.BackupInterval,
|
|
|
|
BackupInterval = configService.BackupInterval,
|
|
|
|
BackupRetention = configService.BackupRetention,
|
|
|
|
BackupRetention = configService.BackupRetention,
|
|
|
|
|
|
|
|
ApplicationUrl = configService.ApplicationUrl,
|
|
|
|
HistoryCleanupDays = configService.HistoryCleanupDays
|
|
|
|
HistoryCleanupDays = configService.HistoryCleanupDays
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|