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