CODECSDLPT
CODECSDLPT
js
});
module.exports = router;
Login.js
};
reject(resultDataErr);
}
});
}
module.exports ={
checkLogin
};
exports.configDB_CN1 = {
server: "MYQUYEN\\CN1",
user: "sa",
password: "123",
database: "QLVT",
pool: {
max: 10,
min: 0,
idleTimeoutMillis: 30000,
},
options: {
encrypt: true,
trustServerCertificate: true,
},
};
exports.configDB_CN2 = {
server: "MYQUYEN\\CN2",
user: "sa",
password: "123",
database: "QLVT",
pool: {
max: 10,
min: 0,
idleTimeoutMillis: 30000,
},
options: {
encrypt: true,
trustServerCertificate: true,
},
};
exports.BranchNames = {
CN1: "CN1",
CN2: "CN2",
};