Skip to content

Instantly share code, notes, and snippets.

@azaharafernandezguizan
Created December 30, 2018 16:57
Show Gist options
  • Save azaharafernandezguizan/21d9b2ab3e63b0ed511be427544210aa to your computer and use it in GitHub Desktop.
Save azaharafernandezguizan/21d9b2ab3e63b0ed511be427544210aa to your computer and use it in GitHub Desktop.
App Setting file in Net Core
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
},
"ConnectionStrings": {
"MicrobiologiaDatabase": "Server=localhost;User Id=root;Password=AnalisisAzi_2018;Database=microbiologiatest"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment