labdb/appsettings.json
2022-11-10 21:33:45 +01:00

13 lines
231 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=labdb"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}