Config: Update DB password to simpler string

This commit is contained in:
2025-12-28 22:13:17 +11:00
parent 743fc54363
commit aa0589f667
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
ALTER USER postgres PASSWORD 'X@gon2005!#$';
ALTER USER postgres PASSWORD 'WebPerfTest2025';

View File

@@ -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);