Files
it/backend/HardwarePerformance.API/bin/Debug/net9.0/appsettings.json

14 lines
303 B
JSON
Raw Normal View History

2025-11-03 19:47:36 +08:00
{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=HardwarePerformance;User=root;Password=123456;",
"Redis": "localhost:6379"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}