12345678910111213141516 |
- global['DEBUG'] = true
- global['TYPE_SELF_CALL'] = 'test_node_self_call'
- global['TYPE_MODULE_CALL'] = 'test_node_self_call'
- var dbInfo = {
- Web: {
- host: '61.160.36.225',
- user: 'ojiatest',
- password: 'ojia305',
- database: 'dw_talent_inventory',
- port: 3306,
- connectionLimit: 100
- }
- }
- module.exports.dbInfo = dbInfo
|