1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- "use strict";
- var mysql_wlyy_cfg =
- {
- host : '172.19.103.77',
- user : 'root',
- password : '123456',
- database : 'wlyy',
- connectionLimit : '50'
- };
- var mysql_im_cfg =
- {
- host : '172.19.103.77',
- user : 'root',
- password : '123456',
- database : 'im_new',
- connectionLimit : '50'
- };
- //企业版的推送App配置
- 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'
- };
- //AppStore版的推送App配置
- var getui_appstore_cfg =
- {
- //http
- //HOST : 'http://sdk.open.api.igexin.com/apiex.htm',
- //https
- HOST : 'https://api.getui.com/apiex.htm',
- APPID : 'H6FYbDejks6VjMmW3uH7V6',
- APPKEY : '0PFWlKmLBN9YzhCfFWVgYA',
- MASTERSECRET : 'pvjCGtRZJx9SRVODkxc816'
- };
- var app_serer_cfg =
- {
- hostname: '172.19.103.87',
- port: 9090,
- path: '/wlyy/doctor/message/amount',
- method: 'POST'
- };
- exports.app = 'push_server';
- exports.version = '1.0.5.20160922';
- 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;
- exports.getui_appstore_cfg = getui_appstore_cfg;
- exports.app_serer_cfg = app_serer_cfg;
|