labdb/appsettings.json

13 lines
231 B
JSON
Raw Permalink Normal View History

2022-11-10 19:59:35 +01:00
{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=labdb"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}