working on testing connection to pg
Test Workflow / test-and-lint (pull_request) Successful in 41s
Build and Push Image / build-and-push (pull_request) Has been skipped

This commit is contained in:
2026-05-31 22:32:23 -07:00
parent dca781418f
commit fd7f92ba6f
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -9,6 +9,8 @@ const database = {
port: parseInt(process.env.DB_PORT, 10),
}
console.log(database)
export const pool = new Pool(database)
export const jwtEnv = {