mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-17 20:05:58 +00:00
Config: Update DB password to simpler string
This commit is contained in:
@@ -1 +1 @@
|
|||||||
ALTER USER postgres PASSWORD 'X@gon2005!#$';
|
ALTER USER postgres PASSWORD 'WebPerfTest2025';
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ const { v4: uuidv4 } = require('uuid');
|
|||||||
|
|
||||||
// Force localhost
|
// Force localhost
|
||||||
config.host = 'localhost';
|
config.host = 'localhost';
|
||||||
config.password = 'X@gon2005!#$';
|
config.password = 'WebPerfTest2025';
|
||||||
|
|
||||||
const pool = new Pool(config);
|
const pool = new Pool(config);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user