Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jan 20, 2016
1 parent 1b7244b commit 0f63033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,15 @@ Sym 提供了 API 进行帖子、评论的同步([B3log 构思](http://hacpai.

## 配置

* 图片上传使用的是[七牛](http://www.qiniu.com),需要配置 `symphony.properties` 中的 `qiniu.*` 属性
* 图片上传默认是上传服务器本地,要使用[七牛](http://www.qiniu.com)可配置 `symphony.properties` 中的 `qiniu.*` 属性
* 邮件发送使用的是 [SendCloud](http://sendcloud.sohu.com),需要配置 `symphony.properties` 中的 `sendcloud.*` 属性
* 将 WEB-INF/cron.xml 中注释掉的部分打开

用户注册时是启用邮件验证的,如果需要修改请参考相关代码。

注意:

本地配置完成部署后,还需要对七牛和 SendCloud 进行服务配置:
本地配置完成部署后,还需要对七牛(如果使用了)和 SendCloud 进行服务配置:

* 配置_两个_七牛图片数据处理样式:
![qiniu](https://cloud.githubusercontent.com/assets/873584/10298674/3c7230aa-6c14-11e5-9014-2ae4e457a364.png)
Expand Down
1 change: 1 addition & 0 deletions upload/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
File upload dir, update `upload.dir=./upload/` to change it.

0 comments on commit 0f63033

Please sign in to comment.