diff --git a/reset_password.sql b/reset_password.sql index 4736cef..18a06fa 100644 --- a/reset_password.sql +++ b/reset_password.sql @@ -1 +1 @@ -ALTER USER postgres PASSWORD 'X@gon2005!#$'; +ALTER USER postgres PASSWORD 'WebPerfTest2025'; diff --git a/test_db_insert.js b/test_db_insert.js index 5576d1b..c399313 100644 --- a/test_db_insert.js +++ b/test_db_insert.js @@ -4,7 +4,7 @@ const { v4: uuidv4 } = require('uuid'); // Force localhost config.host = 'localhost'; -config.password = 'X@gon2005!#$'; +config.password = 'WebPerfTest2025'; const pool = new Pool(config);