2025-07-06 19:15:24 +02:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-01 15:48:20 +02:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"ApplicationDbContextConnection": "Server=(localdb)\\mssqllocaldb;Database=PresentPortal.ApiService;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
|
|
|
}
|
|
|
|
|
}
|