We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3da94 commit 760a1f5Copy full SHA for 760a1f5
1 file changed
Common/OpenShockApplication.cs
@@ -36,7 +36,7 @@ public static WebApplicationBuilder CreateDefaultBuilder<TProgram>(string[] args
36
});
37
38
// Since we use slim builders, this allows for HTTPS during local development
39
- if (isDevelopment) builder.WebHost.UseKestrelHttpsConfiguration();
+ builder.WebHost.UseKestrelHttpsConfiguration();
40
41
builder.WebHost.ConfigureKestrel(serverOptions =>
42
{
0 commit comments