Files
public-valetax/appsettings.Development.json

13 lines
284 B
JSON
Raw Normal View History

2025-12-26 16:40:32 +03:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5433;Database=valetax;Username=postgres;Password=abc505050123XXX"
}
}