Files
SmartDBAppGit/SmartDB/appsettings.json
2025-11-27 21:29:51 +01:00

13 lines
345 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-SmartDB-34b0f352-ae1c-4216-903e-55f1899d0fee;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}