mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Remove dev time stuff
This commit is contained in:
parent
c0b903d79c
commit
718a36ddd0
1 changed files with 7 additions and 7 deletions
|
@ -94,13 +94,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…
Add table
Reference in a new issue