From adedb99574d8529ce2f833c27afb08122c043696 Mon Sep 17 00:00:00 2001 From: alexmorenograu <61759297+alexmorenograu@users.noreply.github.com> Date: Fri, 12 Mar 2021 09:11:38 +0100 Subject: [PATCH] mysql pass --- mysql.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {