mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
forgot remove dev time stuff
This commit is contained in:
parent
5de330b1f9
commit
aa8565e3cc
@ -93,13 +93,13 @@ namespace BTCPayServer.Hosting
|
||||
});
|
||||
|
||||
// Needed to debug U2F for ledger support
|
||||
services.Configure<KestrelServerOptions>(kestrel =>
|
||||
{
|
||||
kestrel.Listen(IPAddress.Loopback, 5012, l =>
|
||||
{
|
||||
l.UseHttps("devtest.pfx", "toto");
|
||||
});
|
||||
});
|
||||
//services.Configure<KestrelServerOptions>(kestrel =>
|
||||
//{
|
||||
// kestrel.Listen(IPAddress.Loopback, 5012, l =>
|
||||
// {
|
||||
// l.UseHttps("devtest.pfx", "toto");
|
||||
// });
|
||||
//});
|
||||
}
|
||||
|
||||
// Big hack, tests fails if only call AddHangfire because Hangfire fail at initializing at the second test run
|
||||
|
Loading…
Reference in New Issue
Block a user