13 lines
284 B
JSON
13 lines
284 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Port=5433;Database=valetax;Username=postgres;Password=abc505050123XXX"
|
|
}
|
|
}
|