UNPKG
egg-mongoose-framework
Version:
latest (1.0.1)
1.0.1
1.0.0
项目重新命名为 egg-mongoose-framework
egg-mongoose-framework
/
config
/
config.default.js
13 lines
(9 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
module
.
exports
=
() =>
{
const
config = {}; config.
schema
= {
service
:
true
,
// 是否自动生成 service
controller
:
true
,
// 是否自动生成 controller
};
return
config; };