Dedent code sample

pull/4453/head
Scott Addie 2017-10-02 10:01:20 -05:00 committed by GitHub
parent b93863934f
commit 595332d4f2
1 changed files with 9 additions and 10 deletions

View File

@ -117,7 +117,6 @@ public Startup(IHostingEnvironment env)
}
public IConfigurationRoot Configuration { get; }
```
The above example loads the `Configuration` member with environment variables supplied in *launchSettings.json* and configuration settings from *appsettings.json* as well as any appsettings file that matches the `EnvironmentName` property provided in `IHostingEnvironment`. The location of these files would be at the same path as `Startup.cs`