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

12 lines
237 B
JSON

{
"ConnectionStrings": {
"LutraDb": "Host=localhost;Database=lutra;Username=postgres;Password=<set-locally>"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}