123456789101112131415161718192021222324252627282930313233343536373839 |
- "use strict";
- var mysql_wlyy_cfg =
- {
- host : '59.61.92.94',
- user : 'wlyy',
- password : 'jkzlehr@123',
- database : 'wlyy',
- connectionLimit : '100'
- };
- var mysql_im_cfg =
- {
- host : 'localhost',
- user : 'root',
- password : '19991120',
- database : 'im_new',
- connectionLimit : '100'
- };
- var getui_cfg =
- {
- //http
- //HOST : 'http://sdk.open.api.igexin.com/apiex.htm',
- //https
- HOST : 'https://api.getui.com/apiex.htm',
- APPID : 'qWmRh2X88l7HuE36z3qBe8',
- APPKEY : 'EzERfV8c849lBkZqHWzQG1',
- MASTERSECRET : 'veXiajQrId6iojy7Qv8kZ2'
- };
- exports.app = 'push_server';
- exports.version = '1.0.2.20160805';
- exports.debug = true;
- exports.http_port = 3000;
- exports.session_expire = 1800;// s
- exports.mysql_wlyy_cfg = mysql_wlyy_cfg;
- exports.mysql_im_cfg = mysql_im_cfg;
- exports.getui_cfg = getui_cfg;
|