From 58c2b37fe5e5f55b41a763847a0152eee19303bb Mon Sep 17 00:00:00 2001 From: Sirapob Lapanakokiat <65160126@go.buu.ac.th> Date: Thu, 20 Mar 2025 12:24:00 +0700 Subject: [PATCH] Update DB --- database/db.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/db.js b/database/db.js index dbd0aa9..d602610 100644 --- a/database/db.js +++ b/database/db.js @@ -2,9 +2,9 @@ const mysql = require('mysql2'); const path = require('path'); const db = mysql.createConnection({ - host: 'node77228-melon-ci-demo.th2.melon.cloud', + host: 'localhost' || '10.104.22.31', user: 'root', - password: 'MAXrkt06755', + password: '' || 'MAXrkt06755', database: 'Project' }); -- GitLab