diff --git a/check_data.js b/check_data.js index 691d356..3ec4241 100644 --- a/check_data.js +++ b/check_data.js @@ -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() {