Files
ASP.NET-CORE-web-test/appsettings.Development.json
2025-10-10 16:02:38 +08:00

12 lines
293 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=aspnetcoredb;Username=aspnetcoredb;Password=2rRN26JTrFp4edGF"
}
}