mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
remove debug u2f
This commit is contained in:
parent
1606f43609
commit
638b58ab48
1 changed files with 7 additions and 7 deletions
|
@ -117,13 +117,13 @@ namespace BTCPayServer.Hosting
|
||||||
});
|
});
|
||||||
|
|
||||||
// Needed to debug U2F for ledger support
|
// Needed to debug U2F for ledger support
|
||||||
services.Configure<KestrelServerOptions>(kestrel =>
|
//services.Configure<KestrelServerOptions>(kestrel =>
|
||||||
{
|
//{
|
||||||
kestrel.Listen(IPAddress.Loopback, 5012, l =>
|
// kestrel.Listen(IPAddress.Loopback, 5012, l =>
|
||||||
{
|
// {
|
||||||
l.UseHttps("devtest.pfx", "toto");
|
// l.UseHttps("devtest.pfx", "toto");
|
||||||
});
|
// });
|
||||||
});
|
//});
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Configure(
|
public void Configure(
|
||||||
|
|
Loading…
Add table
Reference in a new issue