From aa8565e3cc930e146809db22000086f40e76fe60 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 17 Feb 2018 01:35:30 +0900 Subject: [PATCH] forgot remove dev time stuff --- BTCPayServer/Hosting/Startup.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/BTCPayServer/Hosting/Startup.cs b/BTCPayServer/Hosting/Startup.cs index 6c93a0bb3..b8d670d53 100644 --- a/BTCPayServer/Hosting/Startup.cs +++ b/BTCPayServer/Hosting/Startup.cs @@ -93,13 +93,13 @@ namespace BTCPayServer.Hosting }); // Needed to debug U2F for ledger support - services.Configure(kestrel => - { - kestrel.Listen(IPAddress.Loopback, 5012, l => - { - l.UseHttps("devtest.pfx", "toto"); - }); - }); + //services.Configure(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