readme修改

This commit is contained in:
z9hang 2014-08-13 15:59:54 +08:00
parent 14026d0e0b
commit c833c4ac62
1 changed files with 6 additions and 0 deletions

View File

@ -75,3 +75,9 @@ bundle exec rake db:migrate:up version=20140725062302
kw: Mysql2::Error,存储过程,CALL sp_project_status_cursor();
bundle exec rake db:migrate:down version=20130828004955
bundle exec rake db:migrate:up version=20130828004955
=================================[2014-08-13]====================================
kw:配置支持的图片格式
默认支持如下格式:"bmp,jpeg,jpg,png,gif"
可在configuration.yml中修改格式pic_types: "bmp,jpeg,jpg,png,gif"(注意pic_types若前面有#号需去掉)
配置完成后重启服务