Files
ASP.NET-CORE-web-test/bin/Debug/net9.0/appsettings.Development.json
2025-09-22 22:28:13 +08:00

12 lines
272 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5555;Database=aspdb;Username=postgres;Password=123456"
}
}