Skip to content

Instantly share code, notes, and snippets.

@awswithdotnet
Last active May 23, 2022 16:20
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 awswithdotnet/0402a52dec5de928554771f6c384caa7 to your computer and use it in GitHub Desktop.
Save awswithdotnet/0402a52dec5de928554771f6c384caa7 to your computer and use it in GitHub Desktop.
ssms-ps Api Program ConfigureAppConfiguration
builder.WebHost.ConfigureAppConfiguration(
c => {
c.AddSystemsManager(source =>{
source.Path = "/testapp";
source.ReloadAfter =
TimeSpan.FromMinutes(10);
});
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment