Изменил ConnectionStrings

This commit is contained in:
2026-05-14 01:11:19 +03:00
parent 3228cdadcc
commit 14d962ac54
+1 -1
View File
@@ -7,6 +7,6 @@
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Host=db;Database=appdb;Username=app;Password=app" "DefaultConnection": "Host=localhost;Database=appdb;Username=postgres;Password=app"
} }
} }