添加监控配置;增加 mocha 并行依赖
This commit is contained in:
@@ -39,6 +39,12 @@ export default (appInfo: EggAppInfo) => {
|
||||
'.html': 'nunjucks' //左边写成.html后缀,会自动渲染.html文件
|
||||
},
|
||||
};
|
||||
|
||||
exports.xtransit = {
|
||||
server: 'ws://127.0.0.1:9092',
|
||||
appId: 3,
|
||||
appSecret: 'a48ad5ca44e2d02cbd7f4c0326fa3101'
|
||||
};
|
||||
|
||||
config.decodeParm = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user