Files
Verspakketten-API/Lutra/Lutra.API/appsettings.json
Maarten Zeeman bf8c71c504 initial
2025-08-21 13:58:58 +02:00

10 lines
142 B
JSON

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