12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"Database": "Host=localhost;Port=5432;Database=postgres;Username=postgres;Password=postgres"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|