This commit is contained in:
Joseph Le 2025-07-25 18:54:33 +10:00
parent 1771027780
commit 0160e887ef
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ app.use(express.static("public"));
const db = mysql.createPool({
host: "localhost",
user: "root",
password: "",
user: "admin",
password: "Work1234",
database: "log_analysis",
});