UNPKG

node-framework

Version:

node-framework

16 lines (14 loc) 287 B
/** * @file monitor.js * @author sekiyika (px.pengxing@gmail.com) * @description * 往monitor发送信息的配置 */ module.exports = { /** * 是否打开监控信息推送 * @type {Boolean} */ enable: false, host: 'cq01-rdqa-pool028.cq01.baidu.com' };