Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Last active June 2, 2020 13:47
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 manoj-choudhari-git/9a1748a1527382c28ca2274a820b3ce7 to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/9a1748a1527382c28ca2274a820b3ce7 to your computer and use it in GitHub Desktop.
Startup code to bind the configurations from appsettings.json
services.AddSingleton<StorageConfig>(new StorageConfig(Configuration));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment