Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhutu committed Feb 29, 2016
1 parent 3a981fa commit 720ebb8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ node.js 4.0+
mognodb 3.0+
```

## 配置
* 配置文件路径: ./server/config/env, 可将私有配置放入./server/config/env/private 下.
* [七牛云存储配置](https://portal.qiniu.com/signup?code=3lg7fovhjx2ky)

```
qiniu:{
app_key:"app_key",
app_secret:"app_secret",
domain:"domain", //七牛配置域名
bucket:"bucket" //七牛空间名称
},
```

## 开发
```
$ npm install
Expand Down

0 comments on commit 720ebb8

Please sign in to comment.