const { Pool } = require('pg'); const pool = new Pool({ host: '172.237.38.45', port: 5432, user: 'bunty', password: 'Bun@12345', database: 'gyanbuddy' }); module.exports = pool;