Skip to content

Commit

Permalink
updating conn pool call
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhmiller committed Jan 8, 2024
1 parent 0b9f1e9 commit b5c7b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/apis.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
const escapeHtml = require('escape-html')
const Pool = require('pg').Pool
const pool = new Pool({
user: 'salt',
user: 'ox',
host: 'postgres',
database: 'api',
password: 'salt',
password: 'ox',
port: 5432
})

Expand Down

0 comments on commit b5c7b5c

Please sign in to comment.