Entwicklung_BLAZOR/LambertzPortal/LambertzPortal/appsettings.json
2026-03-13 11:17:08 +01:00

14 lines
278 B
JSON

{
"ConnectionStrings": {
"LambertzDb": "Server=app03ac;Database=Lambertz;User ID=LA;Password=la;TrustServerCertificate=True;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}