Skip to content

Commit f521e3f

Browse files
author
奇淼(piexlmax
authored
Merge pull request #502 from allinprogram/patch-1
Fix the inappropriate description
2 parents d3fee1b + d83da1f commit f521e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ system:
4343
env: 'public' # Change to "develop" to skip authentication for development mode
4444
addr: 8888
4545
db-type: 'mysql'
46-
oss-type: 'local' # 控制oss选择走本期还是 七牛等其他仓 自行增加其他oss仓可以在 server/utils/upload/upload.go 中 NewOss函数配置
46+
oss-type: 'local' # 控制oss选择走本地还是 七牛等其他仓 自行增加其他oss仓可以在 server/utils/upload/upload.go 中 NewOss函数配置
4747
use-multipoint: false
4848

4949
# captcha configuration
@@ -85,7 +85,7 @@ autocode:
8585
web-form: /view
8686
web-table: /view
8787

88-
# qiniu configuration (请自行七牛申请对应的 公钥 私钥 bucket 和 域名地址)
88+
# qiniu configuration (请自行申请七牛对应的 公钥 私钥 bucket 和 域名地址)
8989
qiniu:
9090
zone: 'ZoneHuaDong'
9191
bucket: ''

0 commit comments

Comments
 (0)