You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
Regressed by #453
The configuration is now filtering out environment variables that do not begin with "ASPNET_". .AddEnvironmentVariables(prefix: EnvironmentVariablesPrefix).
Either re-work the config to pick up other environment variables, or read HTTP_PLATFORM_PORT directly from the Environment (not recommended as this makes testing more difficult). @davidfowl
The text was updated successfully, but these errors were encountered:
Regressed by #453
The configuration is now filtering out environment variables that do not begin with "ASPNET_".
.AddEnvironmentVariables(prefix: EnvironmentVariablesPrefix)
.Either re-work the config to pick up other environment variables, or read HTTP_PLATFORM_PORT directly from the Environment (not recommended as this makes testing more difficult).
@davidfowl
The text was updated successfully, but these errors were encountered: