Merge branch '4277-changes' of https://github.com/isaac2004/Docs into 4277-changes
commit
c689bc0611
|
@ -117,7 +117,6 @@ public Startup(IHostingEnvironment env)
|
|||
}
|
||||
|
||||
public IConfigurationRoot Configuration { get; }
|
||||
|
||||
```
|
||||
The above example loads the `Configuration` member with 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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue