initial commit
This commit is contained in:
11
server/server/config.js
Normal file
11
server/server/config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const mysql = require('mysql');
|
||||
|
||||
const db = mysql.createConnection({
|
||||
host: "localhost",
|
||||
user: "root",
|
||||
password: "root",
|
||||
database:"iskalnik_dztps",
|
||||
port: "8889"
|
||||
});
|
||||
|
||||
module.exports = db;
|
||||
Reference in New Issue
Block a user