7adce77063
Allows 'Now listening on: http://...' URLs to appear in console output Ref: IT-634 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
16 lines
428 B
JSON
16 lines
428 B
JSON
{
|
|
"App": {
|
|
"ConnectionString": "Host=localhost;Port=5433;Database=notification_service;Username=postgres;Password=postgres"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Information",
|
|
"Microsoft.AspNetCore": "Information"
|
|
}
|
|
}
|
|
}
|
|
} |