finishing tests for v2

This commit is contained in:
2023-04-25 13:06:45 +02:00
parent e9277c3862
commit bd023aac45
5 changed files with 81 additions and 56 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Client } from 'pg'
import { allData } from './process'
const pgClient = new Client({
export const pgClient = new Client({
host: process.env.POSTGRES_HOST,
database: process.env.POSTGRES_DATABASE,
user: process.env.POSTGRES_USER,