"use strict"; var mysql_wlyy_cfg = { host : '120.41.251.85', user : 'root', password : 't_s_6_7$1', database : 'wlyy_test', connectionLimit : '100' }; var mysql_im_cfg = { host : 'localhost', user : 'root', password : '19991120', database : 'im_test', 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 = 3030; exports.session_expire = 1800;// s exports.mysql_wlyy_cfg = mysql_wlyy_cfg; exports.mysql_im_cfg = mysql_im_cfg; exports.getui_cfg = getui_cfg;