Merge pull request #31735 from dotnet/Rick-Anderson-patch-7

Update environments.md
pull/31746/head
Rick Anderson 2024-02-08 09:04:26 -10:00 committed by GitHub
commit b4312531b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -277,8 +277,6 @@ To set the environment in code, use <xref:Microsoft.AspNetCore.Builder.WebApplic
:::code language="csharp" source="environments/samples/6.x/EnvironmentsSample/Program.cs" id="SetInCode" highlight="1-4":::
For more information, see <xref:fundamentals/host/generic-host#environmentname>.
## Configuration by environment
To load configuration by environment, see <xref:fundamentals/configuration/index#json-configuration-provider>.