aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Adds ASPNETCORE_SSL_PORT as a way to get port #266

Closed jkotalik closed 7 years ago

jkotalik commented 7 years ago

Also changes the name from TLSPort to SSLPort. For our HTTPS story.

jkotalik commented 7 years ago

@Tratcher is there a place where we store environment variable strings in our stack? If not, we should consider adding one 😄

Tratcher commented 7 years ago

No, there's no central env var constants list. It's too component specific.