Tools: Sync all password updates

This commit is contained in:
2025-12-28 22:13:32 +11:00
parent aa0589f667
commit fc16340c25

View File

@@ -2,7 +2,7 @@ const { Pool } = require('pg');
const config = require('./lib/db-config'); const config = require('./lib/db-config');
// Force localhost for server-side check // Force localhost for server-side check
config.host = 'localhost'; 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); const pool = new Pool(config);
async function checkData() { async function checkData() {