Skip to content

Commit 5e7c988

Browse files
author
QM303176530
committed
屏蔽七牛云相关配置
1 parent 8b3dcc3 commit 5e7c988

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

server/config.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ sqlite:
2626
config: 'loc=Asia/Shanghai'
2727

2828
# oss configuration
29+
30+
# 请自行七牛申请对应的 公钥 私钥 bucket 和 域名地址
2931
qiniu:
30-
access-key: '25j8dYBZ2wuiy0yhwShytjZDTX662b8xiFguwxzZ'
31-
secret-key: 'pgdbqEsf7ooZh7W3xokP833h3dZ_VecFXPDeG5JY'
32-
bucket: 'qm-plus-img'
33-
img-path: 'http://qmplusimg.henrongyi.top'
32+
access-key: '25j8dYB****************guwxzZ'
33+
secret-key: 'pgdbqE****************VecFXPDeG5JY'
34+
bucket: '*******'
35+
img-path: '*******'
3436
# redis configuration
3537
redis:
3638
addr: '127.0.0.1:6379'

0 commit comments

Comments
 (0)