Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created July 27, 2017 18: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 dsibinski/cd5658a4b56bc1d3f846ed557fc3ffb6 to your computer and use it in GitHub Desktop.
Save dsibinski/cd5658a4b56bc1d3f846ed557fc3ffb6 to your computer and use it in GitHub Desktop.
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-Demo;Trusted_Connection=True;MultipleActiveResultSets=true"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment