Skip to content

Instantly share code, notes, and snippets.

@ssukhpinder
Created September 24, 2020 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssukhpinder/80eb3cfccc19320ae7fff5bfec82f4b1 to your computer and use it in GitHub Desktop.
Save ssukhpinder/80eb3cfccc19320ae7fff5bfec82f4b1 to your computer and use it in GitHub Desktop.
IHostEnvironment env = hostingContext.HostingEnvironment;
configuration
.AddIniFile("appsettings.ini", optional: true, reloadOnChange: true)
.AddIniFile($"appsettings.{env.EnvironmentName}.ini", true, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment