Skip to content

Commit ad99987

Browse files
Update environments.md
1 parent f2d1b87 commit ad99987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/fundamentals/environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ASP.NET Core configures app behavior based on the runtime environment using an e
2222

2323
To determine the runtime environment, ASP.NET Core reads from the following environment variables:
2424

25-
1. [DOTNET_ENVIRONMENT](xref:fundamentals/configuration#default-host-configuration)
25+
1. [DOTNET_ENVIRONMENT](xref:fundamentals/configuration/index#default-host-configuration)
2626
1. `ASPNETCORE_ENVIRONMENT` when <xref:Microsoft.Extensions.Hosting.GenericHostBuilderExtensions.ConfigureWebHostDefaults*> is called. The default ASP.NET Core web app templates call `ConfigureWebHostDefaults`. The `ASPNETCORE_ENVIRONMENT` value overrides `DOTNET_ENVIRONMENT`.
2727

2828
`IHostEnvironment.EnvironmentName` can be set to any value, but the following values are provided by the framework:

0 commit comments

Comments
 (0)