mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-17 20:05:58 +00:00
chore: remove db credentials from tracking and add template file
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
const { Pool } = require('pg');
|
||||
const config = require('./lib/db-config');
|
||||
// Force localhost for server-side check
|
||||
config.host = 'localhost';
|
||||
config.password = 'WebPerfTest2025'; // Ensure password is explicit just in case
|
||||
const pool = new Pool(config);
|
||||
|
||||
async function checkData() {
|
||||
|
||||
Reference in New Issue
Block a user