add history db

This commit is contained in:
Dung Nguyen 2022-03-03 11:42:16 +07:00
parent 50315c5e8e
commit b8af3b4be5

View File

@ -1,7 +1,7 @@
const { createPool } = require('mysql');
const CONFIG = {
DATA_HOST: '128.199.96.244',
DATA_HOST: 'localhost',
DATA_USER: 'root',
DATA_PASS: 'Xinchao@123!',
DATA_DB: 'auto_trade',