Skip to content

Instantly share code, notes, and snippets.

@mehmetalierol
Last active September 22, 2018 21:46
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 mehmetalierol/3c45cfd2ef8e5d4b562d4b529b4b30c5 to your computer and use it in GitHub Desktop.
Save mehmetalierol/3c45cfd2ef8e5d4b562d4b529b4b30c5 to your computer and use it in GitHub Desktop.
{
"ConnectionStrings": {
"DefaultConnection": "Server=DESKTOP-K8FNOCF\\SQLEXPRESS;Database=ApplicationDB;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning"
},
"Console": {
"IncludeScopes": "false"
},
"Options": {
"FilePrefix": "applicationLog-",
"LogDirectory": "LogFiles",
"FileSizeLimit": "20971520"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment