delete
This commit is contained in:
parent
9846ee7084
commit
f9a9f5c858
|
@ -1,14 +0,0 @@
|
|||
const mysql = require('mysql');
|
||||
const config = require('../config');
|
||||
|
||||
var con = mysql.createConnection({
|
||||
host: "test-db.verdnatura.es",
|
||||
database: "vn",
|
||||
user: config.userDev,
|
||||
password: config.passwordDev,
|
||||
port: 3307
|
||||
});
|
||||
|
||||
|
||||
|
||||
exports.con = con;
|
Reference in New Issue