关于[ASP.NET Core: when environments are not enough, use sub-environments!]的摘要:
Out of the box, ASP.NET Core has the concept of "environments", which allows your app to use different settings based on which environment it’s running in. For instance, you can have Development/Staging/Production environments, each with its own settings file, and a common settings file shared by all environments...