15 lines
348 B
JSON
15 lines
348 B
JSON
|
|
{
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft.AspNetCore": "Warning",
|
||
|
|
"EventFlow": "Information",
|
||
|
|
"Hangfire": "Information"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"ConnectionStrings": {
|
||
|
|
"Default": "Host=localhost;Database=books;Username=postgres;Password=postgres;Include Error Detail=true"
|
||
|
|
}
|
||
|
|
}
|