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: docs/core/extensions/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The <xref:Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder(System.String[]
31
31
1.[ChainedConfigurationProvider](xref:Microsoft.Extensions.Configuration.ChainedConfigurationSource) : Adds an existing `IConfiguration` as a source.
32
32
1.*appsettings.json* using the [JSON configuration provider](configuration-providers.md#file-configuration-provider).
33
33
1.*appsettings.*`Environment`*.json* using the [JSON configuration provider](configuration-providers.md#file-configuration-provider). For example, *appsettings*.***Production***.*json* and *appsettings*.***Development***.*json*.
34
-
1. App secrets when the app runs in the `Development` environment.
34
+
1.[App secrets](/aspnet/core/security/app-secrets) when the app runs in the `Development` environment.
35
35
1. Environment variables using the [Environment Variables configuration provider](configuration-providers.md#environment-variable-configuration-provider).
36
36
1. Command-line arguments using the [Command-line configuration provider](configuration-providers.md#command-line-configuration-provider).
0 commit comments