API_Finshark/bin/Debug/net9.0/appsettings.Development.json
Marc Wieland da8f1f8ba3 Init
2025-09-26 08:51:10 +02:00

12 lines
290 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=finshark;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}