config_test.js 799 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. "use strict";
  2. var mysql_wlyy_cfg =
  3. {
  4. host : '120.41.251.85',
  5. user : 'root',
  6. password : 't_s_6_7$1',
  7. database : 'wlyy_test',
  8. connectionLimit : '100'
  9. };
  10. var mysql_im_cfg =
  11. {
  12. host : 'localhost',
  13. user : 'root',
  14. password : '19991120',
  15. database : 'im_test',
  16. connectionLimit : '100'
  17. };
  18. var getui_cfg =
  19. {
  20. //http
  21. //HOST : 'http://sdk.open.api.igexin.com/apiex.htm',
  22. //https
  23. HOST : 'https://api.getui.com/apiex.htm',
  24. APPID : 'qWmRh2X88l7HuE36z3qBe8',
  25. APPKEY : 'EzERfV8c849lBkZqHWzQG1',
  26. MASTERSECRET : 'veXiajQrId6iojy7Qv8kZ2'
  27. };
  28. exports.app = 'push_server';
  29. exports.version = '1.0.2.20160805';
  30. exports.debug = true;
  31. exports.http_port = 3030;
  32. exports.session_expire = 1800;// s
  33. exports.mysql_wlyy_cfg = mysql_wlyy_cfg;
  34. exports.mysql_im_cfg = mysql_im_cfg;
  35. exports.getui_cfg = getui_cfg;