'use strict'; /** * egg-jpush default config * @member Config#jpush * @property {String} appKey - appKey * @property {String} masterSecret - masterSecret * @property {String} appName - appName * @property {Boolean} isDebug - isDebug */ exports.jpush = { app: true, agent: false, appKey: '', masterSecret: '', appName: '', isDebug: true, };