Unset default server name

This commit is contained in:
Dennis Reimann 2024-04-18 10:38:56 +02:00
parent b0c25bcbb6
commit 3454bfd213
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

@ -3,7 +3,7 @@ namespace BTCPayApp.CommonServer;
public class AppInstanceInfo
{
public string BaseUrl { get; set; }
public string ServerName { get; set; } = "BTCPay Server";
public string ServerName { get; set; }
public string? ContactUrl { get; set; }
public string? LogoUrl { get; set; }
public string? CustomThemeCssUrl { get; set; }