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
Copy file name to clipboardExpand all lines: aspnetcore/fundamentals/configuration/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ ASP.NET Core web apps created with [dotnet new](/dotnet/core/tools/dotnet-new) o
42
42
1.*appsettings.*`Environment`*.json* using the [JSON configuration provider](#file-configuration-provider). For example, *appsettings*.***Production***.*json* and *appsettings*.***Development***.*json*.
43
43
1.[App secrets](xref:security/app-secrets) when the app runs in the `Development` environment.
44
44
1. Environment variables using the [Environment Variables configuration provider](#evcp).
45
-
1. Command-line arguments using the [Command-line configuration provider](#command-line-configuration-provider).
45
+
1. Command-line arguments using the [Command-line configuration provider](#command-line).
46
46
47
47
Configuration providers that are added later override previous key settings. For example, if `MyKey` is set in both *appsettings.json* and the environment, the environment value is used. Using the default configuration providers, the [Command-line configuration provider](#command-line-configuration-provider) overrides all other providers.
0 commit comments