Skip to content

Commit

Permalink
repointed api to use one PG connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
amyfromandi committed Aug 14, 2024
1 parent 3ba9409 commit 3ffaf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/credentials.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exports.pgTwo = {
exports.pg = {
host: process.env.host,
port: process.env.port,
user: process.env.user,
Expand Down

0 comments on commit 3ffaf25

Please sign in to comment.