238b798a28
- wwwroot was missing, causing UseStaticFiles warning on startup - appsettings.Development.json now overrides port to 5433 (Docker dev mapping) Ref: IT-634 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
15 lines
375 B
JSON
15 lines
375 B
JSON
{
|
|
"App": {
|
|
"ConnectionString": "Host=localhost;Port=5433;Database=notification_service;Username=postgres;Password=postgres"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Information",
|
|
"Microsoft.AspNetCore": "Information"
|
|
}
|
|
}
|
|
}
|
|
} |