dot-net/appsettings.json

13 lines
254 B
JSON
Raw Permalink Normal View History

2025-01-11 21:20:05 +00:00
{
2025-01-11 23:30:12 +00:00
"ConnectionStrings": {
"Database": "Host=aspnet-postgres;Database=trazo;Username=root;Password=root"
},
2025-01-11 21:20:05 +00:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}