mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-31 13:48:17 +00:00
SSL dev server & publish fixes
This commit is contained in:
@@ -18,8 +18,6 @@ namespace PodNoms.Api {
|
||||
WebHost.CreateDefaultBuilder (args)
|
||||
.UseStartup<Startup> ()
|
||||
.UseKestrel (options => {
|
||||
options.Listen (IPAddress.Any, 5000, listenOptions =>
|
||||
listenOptions.UseHttps ("localhost.pfx"));
|
||||
options.Limits.MaxRequestBodySize = 1073741824;
|
||||
})
|
||||
.Build ();
|
||||
|
||||
Reference in New Issue
Block a user