Skip to content

Commit

Permalink
Fix the inappropriate description
Browse files Browse the repository at this point in the history
  • Loading branch information
AllinProgram authored Jun 5, 2021
1 parent 5955071 commit 070b1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ system:
env: 'public' # Change to "develop" to skip authentication for development mode
addr: 8888
db-type: 'mysql'
oss-type: 'local' # 控制oss选择走本期还是 七牛等其他仓 自行增加其他oss仓可以在 server/utils/upload/upload.go 中 NewOss函数配置
oss-type: 'local' # 控制oss选择走本地还是 七牛等其他仓 自行增加其他oss仓可以在 server/utils/upload/upload.go 中 NewOss函数配置
use-multipoint: false

# captcha configuration
Expand Down Expand Up @@ -85,7 +85,7 @@ autocode:
web-form: /view
web-table: /view

# qiniu configuration (请自行七牛申请对应的 公钥 私钥 bucket 和 域名地址)
# qiniu configuration (请自行申请七牛对应的 公钥 私钥 bucket 和 域名地址)
qiniu:
zone: 'ZoneHuaDong'
bucket: ''
Expand Down

0 comments on commit 070b1d7

Please sign in to comment.