dev postgresql database integration
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
Build and Deploy API / build-and-deploy (push) Failing after 14s

This commit is contained in:
2026-03-14 10:37:30 -05:00
parent 58ff76fdc6
commit 0da09d7594
7 changed files with 38 additions and 69 deletions

View File

@@ -5,6 +5,9 @@
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=devTest1;Username=devuser;Password=admin5"
},
"AllowedHosts": "*",
"https_port": 443
}