12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"PostgresConnection": "Host=localhost;Database=postgres;Username=postgres;Password="
|
|
}
|
|
} |