Skip to content

Instantly share code, notes, and snippets.

@ssukhpinder
Created September 24, 2020 07:17
Show Gist options
  • Save ssukhpinder/7ebd62d114be2d3a489dd10afd5e8228 to your computer and use it in GitHub Desktop.
Save ssukhpinder/7ebd62d114be2d3a489dd10afd5e8228 to your computer and use it in GitHub Desktop.
configuration.AddInMemoryCollection(
new Dictionary<string, string>
{
["SecretKey"] = "Dictionary MyKey Value",
["TransientFaultHandlingOptions:Enabled"] = bool.TrueString,
["TransientFaultHandlingOptions:AutoRetryDelay"] = "00:00:07",
["Logging:LogLevel:Default"] = "Warning"
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment