Skip to content

Instantly share code, notes, and snippets.

@nishanc
Last active May 5, 2019 11:14
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 nishanc/f788b8cc590c94151c40df80d9134c65 to your computer and use it in GitHub Desktop.
Save nishanc/f788b8cc590c94151c40df80d9134c65 to your computer and use it in GitHub Desktop.
{
"ConnectionStrings":{
"DefaultConnection":"Server=.;Database=JWTAuthDB;Trusted_Connection=True;ConnectRetryCount=0"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment