Chapter Summary
In this chapter we discuss what runtime environments are and how to configure them; we’ll then discuss what user secrets are and how to use them.
When Done, You Will
Understand what runtime environments are.
How to set them via the ASPNETCORE_ENVIRONMENT variable.
Understand the role of launchSettings.json and appsettings.json files.
What user secrets are.
How to use user secrets to solve the problem we had at the end of the last chapter.