diff --git a/database/db.js b/database/db.js
index 90cf4a68fcac03d97bbce4587438bbdbabd86bbd..e19f78483ea26ef6cb922e76a00d09ebfdbaabbd 100644
--- a/database/db.js
+++ b/database/db.js
@@ -2,10 +2,10 @@ const mysql = require('mysql2');
 const path = require('path');
 
 const db = mysql.createConnection({
-    host: 'localhost',
+    host: 'node77228-melon-ci-demo.th2.melon.cloud',
     port: '3306',
     user: 'root',         
-    password: '',         
+    password: 'MAXrkt06755',         
     database: 'Project'
 });