diff --git a/mysql.js b/mysql.js index ce17d92..2094904 100644 --- a/mysql.js +++ b/mysql.js @@ -5,8 +5,8 @@ const config = require('./config'); var con = mysql.createConnection({ host: "test-db.verdnatura.es", database: "vn", - user: "alex", - password: config.bdpassword + user: config.userDev, + password: config.passwordDev }); con.connect(function(err) {