update db
This commit is contained in:
parent
f22f73d109
commit
67a64f6417
|
@ -1,8 +1,10 @@
|
|||
const mariadb = require('mariadb');
|
||||
const config = require('./config');
|
||||
|
||||
const pool = mariadb.createPool({
|
||||
host: "test-db.verdnatura.es",
|
||||
user:'vicent',
|
||||
password: "llopis.19263",
|
||||
user: config.userDev,
|
||||
password: config.passwordDev,
|
||||
connectionLimit: 5
|
||||
});
|
||||
pool.getConnection()
|
||||
|
|
Reference in New Issue