1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Add application URL to host configuration settings

This commit is contained in:
Devin Buhl
2022-08-07 14:54:39 -04:00
committed by Mark McDowall
parent 18f77a967b
commit 762042ba97
4 changed files with 22 additions and 1 deletions
@@ -346,6 +346,8 @@ namespace NzbDrone.Core.Configuration
public CertificateValidationType CertificateValidation =>
GetValueEnum("CertificateValidation", CertificateValidationType.Enabled);
public string ApplicationUrl => GetValue("ApplicationUrl", string.Empty);
private string GetValue(string key)
{
return GetValue(key, string.Empty);