When creating a new .NET Core app I can configure values from the appsettings.json file like the following. In the ConfigureServices method of the Startup
ConfigureServices
Startup