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.
1 parent 8b3dcc3 commit 5e7c988Copy full SHA for 5e7c988
server/config.yaml
@@ -26,11 +26,13 @@ sqlite:
26
config: 'loc=Asia/Shanghai'
27
28
# oss configuration
29
+
30
+# 请自行七牛申请对应的 公钥 私钥 bucket 和 域名地址
31
qiniu:
- access-key: '25j8dYBZ2wuiy0yhwShytjZDTX662b8xiFguwxzZ'
- secret-key: 'pgdbqEsf7ooZh7W3xokP833h3dZ_VecFXPDeG5JY'
32
- bucket: 'qm-plus-img'
33
- img-path: 'http://qmplusimg.henrongyi.top'
+ access-key: '25j8dYB****************guwxzZ'
+ secret-key: 'pgdbqE****************VecFXPDeG5JY'
34
+ bucket: '*******'
35
+ img-path: '*******'
36
# redis configuration
37
redis:
38
addr: '127.0.0.1:6379'
0 commit comments