mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-17 20:05:58 +00:00
Tools: Sync all password updates
This commit is contained in:
@@ -2,7 +2,7 @@ const { Pool } = require('pg');
|
||||
const config = require('./lib/db-config');
|
||||
// Force localhost for server-side check
|
||||
config.host = 'localhost';
|
||||
config.password = 'X@gon2005!#$'; // Ensure password is explicit just in case
|
||||
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