From 5e7c988ff20a4b7efe870ccb29dc812e6edbc9a1 Mon Sep 17 00:00:00 2001 From: QM303176530 <303176530@qq.com> Date: Wed, 1 Jul 2020 15:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E4=B8=83=E7=89=9B=E4=BA=91?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/server/config.yaml b/server/config.yaml index 7118aaf0..54023005 100644 --- a/server/config.yaml +++ b/server/config.yaml @@ -26,11 +26,13 @@ sqlite: config: 'loc=Asia/Shanghai' # oss configuration + +# 请自行七牛申请对应的 公钥 私钥 bucket 和 域名地址 qiniu: - access-key: '25j8dYBZ2wuiy0yhwShytjZDTX662b8xiFguwxzZ' - secret-key: 'pgdbqEsf7ooZh7W3xokP833h3dZ_VecFXPDeG5JY' - bucket: 'qm-plus-img' - img-path: 'http://qmplusimg.henrongyi.top' + access-key: '25j8dYB****************guwxzZ' + secret-key: 'pgdbqE****************VecFXPDeG5JY' + bucket: '*******' + img-path: '*******' # redis configuration redis: addr: '127.0.0.1:6379'