Skip to content

Instantly share code, notes, and snippets.

@rahulsahay19
Created December 6, 2020 08:35
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 rahulsahay19/6228d0f42069898e609a81219852694c to your computer and use it in GitHub Desktop.
Save rahulsahay19/6228d0f42069898e609a81219852694c to your computer and use it in GitHub Desktop.
appsettings
{
"ConnectionStrings": {
"MovieConnection": "Server=localhost,1445;Database=MovieDb;User Id=sa;Password=Docker@1;"
},
"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