fix: create wwwroot folder and fix dev connection string port

- 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>
This commit is contained in:
Anatolii Grynchuk
2026-05-02 02:09:11 +03:00
parent 2a0a5f737d
commit 238b798a28
2 changed files with 3 additions and 0 deletions
@@ -1,4 +1,7 @@
{
"App": {
"ConnectionString": "Host=localhost;Port=5433;Database=notification_service;Username=postgres;Password=postgres"
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug",