Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ssukhpinder
Created September 24, 2020 07:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssukhpinder/6ff8c4fbd7547dcd43b32136ad2c8b65 to your computer and use it in GitHub Desktop.
Save ssukhpinder/6ff8c4fbd7547dcd43b32136ad2c8b65 to your computer and use it in GitHub Desktop.
IHostEnvironment env = hostingContext.HostingEnvironment;
configuration
.AddJsonFile("appsettings.json", optional: true, reloadOnChange: true)
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", true, true);
@Christamac1
Copy link

🧡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment