Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Created September 26, 2016 08:05
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 bcnzer/0ff58ed24029d636090e317ca4f2dd3d to your computer and use it in GitHub Desktop.
Save bcnzer/0ff58ed24029d636090e317ca4f2dd3d to your computer and use it in GitHub Desktop.
Sample appsettings.json
{
"ApplicationInsights": {
"InstrumentationKey": "ABC123"
},
"ConnectionStrings": {
"DefaultConnection": "Server=BostonCreme\\donutfactorysecrets;Database=donutfactorydb;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment