UNPKG
koa-mvc-cli
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
快速创建基于koa2的mvc工程
github.com/zyyou/npm-modules
zyyou/npm-modules
koa-mvc-cli
/
aaa
/
config
/
aaa.js
12 lines
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= { tokenKey:
'jwt_token_key_123456'
,
//jwt token key
tokenExpires:
'30s'
,
//jwt token 有效期
port:
3001
, title:
'koa mvc 模板'
, author:
'zyy'
,
//用于登录鉴权的smtp服务器 auth-smtp
auth_smtp: { host:
'mail.***.com'
, port:
25
} }