13 lines
292 B
JSON
13 lines
292 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"ConnectionStrings": {
|
||
|
"DefaultConnection": "Host=localhost;Database=persistence;Username=postgres;Password=q;Persist Security Info=True",
|
||
|
},
|
||
|
"AllowedHosts": "*"
|
||
|
}
|