Skip to content

Instantly share code, notes, and snippets.

@ssukhpinder
Created September 24, 2020 07:14
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/55221df380ecf679846a5918f61050a1 to your computer and use it in GitHub Desktop.
Save ssukhpinder/55221df380ecf679846a5918f61050a1 to your computer and use it in GitHub Desktop.
configuration
.AddXmlFile("appsettings.xml", optional: true, reloadOnChange: true)
.AddXmlFile("repeating-example.xml", optional: true, reloadOnChange: true);
configuration.AddEnvironmentVariables();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment