{
"ConnectionStrings": {
"Db": "Server=(localdb)\\mssqllocaldb;Database=EZShopDB;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"AppSettings": {
"Title": "EZ-Shop",
"Description": "Easy Development and Shopping"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}