UNPKG

318 Btext/coffeescriptView Raw
1module.exports =
2 routers: [
3 {
4 #路由
5 path: 'todo'
6 #业务逻辑
7 biz: 'todo'
8 #将会处理的方法
9 methods: put: 0
10 }
11 ],
12 database:
13 client: 'mysql',
14 connection:
15 host : '127.0.0.1',
16 user : 'root',
17 password : '',
18 database : 'bijou'
\No newline at end of file