mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-24 06:47:50 +01:00
Unset default server name
This commit is contained in:
parent
b0c25bcbb6
commit
3454bfd213
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue