Skip to content

Instantly share code, notes, and snippets.

@mehmetalierol
Created December 1, 2018 05:52
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/1607b7511e06e386e9526a6aa3c68181 to your computer and use it in GitHub Desktop.
Save mehmetalierol/1607b7511e06e386e9526a6aa3c68181 to your computer and use it in GitHub Desktop.
{
"ConnectionStrings": {
//"DefaultConnection": "Server=LAPTOP-TB0R0HIF\\SQLEXPRESS;Database=ApplicationDB;Trusted_Connection=True;MultipleActiveResultSets=true"
"DefaultConnection": "Server=DESKTOP-K8FNOCF\\SQLEXPRESS;Database=ApplicationDB;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Tokens": {
"Key": "43C8E1117FE618591B25199BDF6FBTT",
"Issuer": "http://localhost:61025/"
},
"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