Skip to content

Commit 3d01706

Browse files
author
QM303176530
committed
增加文件上传仓库配置注释说明
1 parent 7707d4c commit 3d01706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/config.yaml

Lines changed: 1 addition & 1 deletion
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'
46+
oss-type: 'local' # 控制oss选择走本期还是 七牛等其他仓 自行增加其他oss仓可以在 server/utils/upload/upload.go 中 NewOss函数配置
4747
use-multipoint: false
4848

4949
# captcha configuration

0 commit comments

Comments
 (0)