'use strict'; /** * egg-egg-qwatcher default config * @member Config#eggQwatcher * @property {String} SOME_KEY - some description */ exports.qwatcher = { projectId: 'project', host: 'host', port: 2013, category: 'a.b.c', interval: '1m', };