fix(dbConnection): db.host
gitea/smart-tag/pipeline/head This commit looks good
Details
gitea/smart-tag/pipeline/head This commit looks good
Details
This commit is contained in:
parent
d29a403143
commit
1075656d96
|
@ -2,7 +2,7 @@ const mysql = require('mysql');
|
|||
const config = require('../config');
|
||||
|
||||
const con = mysql.createConnection({
|
||||
host: config.db.user, // 'test-db.verdnatura.es',
|
||||
host: config.db.host, // 'test-db.verdnatura.es',
|
||||
port: config.db.port,
|
||||
database: config.db.database,
|
||||
user: config.db.user,
|
||||
|
|
Reference in New Issue