Skip to content

Instantly share code, notes, and snippets.

@arioanindito
arioanindito / appsettings.json
Created December 18, 2021 16:34
Medium MVC - Json
{
"ConnectionStrings": {
"ConnectionStr": "Server=localhost;Database=Medium_MVC;Trusted_Connection=True;MultipleActiveResultSets=true;Integrated Security=false;User Id=sa;Password=reallyStrongPwd123"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"