config.dev.inc.js 338 B

12345678910111213141516
  1. global['DEBUG'] = true
  2. global['TYPE_SELF_CALL'] = 'test_node_self_call'
  3. global['TYPE_MODULE_CALL'] = 'test_node_self_call'
  4. var dbInfo = {
  5. Web: {
  6. host: '61.160.36.225',
  7. user: 'ojiatest',
  8. password: 'ojia305',
  9. database: 'dw_talent_inventory',
  10. port: 3306,
  11. connectionLimit: 100
  12. }
  13. }
  14. module.exports.dbInfo = dbInfo