Files
Verspakketten-API/Lutra/Lutra.API/appsettings.json
T
2026-04-29 20:36:08 +02:00

13 lines
190 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"LutraDb": ""
},
"AllowedHosts": "*"
}