Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 58c2b37f authored by 65160126's avatar 65160126
Browse files

Update DB

parent 58bedf91
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ const mysql = require('mysql2'); ...@@ -2,9 +2,9 @@ const mysql = require('mysql2');
const path = require('path'); const path = require('path');
const db = mysql.createConnection({ const db = mysql.createConnection({
host: 'node77228-melon-ci-demo.th2.melon.cloud', host: 'localhost' || '10.104.22.31',
user: 'root', user: 'root',
password: 'MAXrkt06755', password: '' || 'MAXrkt06755',
database: 'Project' database: 'Project'
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment