Skip to content

Commit 760a1f5

Browse files
committed
Use https in prod
1 parent 6a3da94 commit 760a1f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/OpenShockApplication.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static WebApplicationBuilder CreateDefaultBuilder<TProgram>(string[] args
3636
});
3737

3838
// Since we use slim builders, this allows for HTTPS during local development
39-
if (isDevelopment) builder.WebHost.UseKestrelHttpsConfiguration();
39+
builder.WebHost.UseKestrelHttpsConfiguration();
4040

4141
builder.WebHost.ConfigureKestrel(serverOptions =>
4242
{

0 commit comments

Comments
 (0)