structure ready
Deploy Node App / deploy (push) Successful in 25s

This commit is contained in:
Gitea
2026-06-15 15:43:09 +05:30
commit 41d82f9266
12 changed files with 6460 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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;