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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user