12345678910111213141516171819202122232425262728293031323334 |
- "use strict";
- var wlyyDbConfig = {
- host: '120.41.251.85',
- user: 'root',
- password: 't_s_6_7$1',
- database: 'wlyy_test',
- connectionLimit: '100'
- };
- var imDbConfig = {
- host: 'localhost',
- user: 'root',
- password: '19991120',
- database: 'im_test',
- connectionLimit: '100'
- };
- // 个推接口参数
- var geTuiConfig = {
- HOST: 'https://api.getui.com/apiex.htm',
- APPID: 'qWmRh2X88l7HuE36z3qBe8',
- APPKEY: 'EzERfV8c849lBkZqHWzQG1',
- MASTERSECRET: 'veXiajQrId6iojy7Qv8kZ2'
- };
- exports.app = 'im.server';
- exports.version = '1.0.2.20160805';
- exports.debug = true;
- exports.httpPort = 3030;
- exports.sessionExpire = 1800;
- exports.wlyyDbConfig = wlyyDbConfig;
- exports.imDbConfig = imDbConfig;
- exports.geTuiConfig = geTuiConfig;
|