We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3fee1b + d83da1f commit f521e3fCopy full SHA for f521e3f
server/config.yaml
@@ -43,7 +43,7 @@ system:
43
env: 'public' # Change to "develop" to skip authentication for development mode
44
addr: 8888
45
db-type: 'mysql'
46
- oss-type: 'local' # 控制oss选择走本期还是 七牛等其他仓 自行增加其他oss仓可以在 server/utils/upload/upload.go 中 NewOss函数配置
+ oss-type: 'local' # 控制oss选择走本地还是 七牛等其他仓 自行增加其他oss仓可以在 server/utils/upload/upload.go 中 NewOss函数配置
47
use-multipoint: false
48
49
# captcha configuration
@@ -85,7 +85,7 @@ autocode:
85
web-form: /view
86
web-table: /view
87
88
-# qiniu configuration (请自行七牛申请对应的 公钥 私钥 bucket 和 域名地址)
+# qiniu configuration (请自行申请七牛对应的 公钥 私钥 bucket 和 域名地址)
89
qiniu:
90
zone: 'ZoneHuaDong'
91
bucket: ''
0 commit comments