aspnet / MetaPackages

[Archived] NuGet meta packages. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
211 stars 109 forks source link

Add kestrel config to CreateDefaultBuilder #250

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

Kestrel now supports config, but it doesn't read any by default. CreateDefaultBuilder will specify the default location of the Kestrel config section. @DamianEdwards, @danroth27 asked if this config section should be namespaced as "Microsoft:Kestrel" or if a top level "Kestrel" section was ok?

I've also updated an old appsettings.json sample with the new config schema.

See https://github.com/aspnet/KestrelHttpServer/pull/2186