Skip to content

Commit b94e003

Browse files
committed
Updates to compensate for changes made on another PR
1 parent 8323fb6 commit b94e003

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • aspnetcore/fundamentals/configuration

aspnetcore/fundamentals/configuration/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For additional Blazor configuration guidance, which adds to or supersedes the gu
4444

4545
This article only pertains to app configuration. Configuration sources not primarily covered by this article include:
4646

47-
* Launch settings files (`launch.json`/`launchSettings.json`), which are tooling configuration files for the Development environment. For more information, see <xref:fundamentals/environments#development>. Some details on launch settings are covered by this article in the [Launch settings override environment variable settings](#launch-settings-override-environment-variable-settings) section.
47+
* Launch settings files (`launch.json`/`launchSettings.json`), which are tooling configuration files for the `Development` environment. For more information, see <xref:fundamentals/environments#development>. Some details on launch settings are covered by this article in the [Launch settings override environment variable settings](#launch-settings-override-environment-variable-settings) section.
4848
* `web.config`, which is a server configuration file for [Internet Information Services (IIS)](https://www.iis.net/). For more information, see <xref:host-and-deploy/iis/index> and <xref:host-and-deploy/aspnet-core-module>.
4949

5050
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/fx-to-core/examples/configuration>.
@@ -688,7 +688,7 @@ Environment variable key | Converted configuration key | Provider configuration
688688
Using the [default configuration sources](#default-app-configuration-sources), the <xref:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider> loads configuration from command-line argument key-value pairs after the following configuration sources:
689689

690690
* `appsettings.json` and `appsettings.{ENVIRONMENT}.json` files.
691-
* [App secrets](xref:security/app-secrets) in the Development environment.
691+
* [App secrets](xref:security/app-secrets) in the `Development` environment.
692692
* Environment variables.
693693

694694
By default, configuration values set on the command-line override configuration values set by all of the other configuration providers.

0 commit comments

Comments
 (0)