OnProfNext/OnProfNext.Server/appsettings.json
Marc Wieland 6bcf3e881b Init
2025-10-13 13:21:53 +02:00

13 lines
346 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\MSSQLLocalDB;Database=OnProfNextDB;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}