working on testing connection to pg
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user