working on testing connection to pg #16

Merged
joseph.nelson4456 merged 6 commits from bug/fix-pg-envs into main 2026-05-31 23:11:03 -07:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit fd7f92ba6f - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ on:
pull_request:
branches:
- main
types: [closed]
#types: [closed]
jobs:
build-and-push:
if: gitea.event.pull_request.merged == true
+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 = {