Gitlab@Informatics

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

Update DB

parent c60de4af
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ const mysql = require('mysql2');
const path = require('path');
const db = mysql.createConnection({
host: 'localhost' || '10.104.22.31',
host: '10.104.22.31',
user: 'root',
password: '' || 'MAXrkt06755',
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