webapplication/foodapp/appsettings.Development.json

15 lines
294 B
JSON
Raw Permalink Normal View History

2024-05-14 18:33:32 +00:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "server=localhost;database=foodapp;user=alchemist;password=Mum@2005!"
},
"AllowedHosts": "*"
}