Gitlab@Informatics

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

Connect to Database Melon

parent e03a6922
No related branches found
No related tags found
No related merge requests found
......@@ -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'
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment