From d95e3df011aa76f78e4d139668fbef48bb7bd08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E8=B6=85?= <1162714483@qq.com> Date: Sun, 30 May 2021 09:47:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config/application.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties index 20f009c..0085438 100644 --- a/src/main/resources/config/application.properties +++ b/src/main/resources/config/application.properties @@ -53,19 +53,19 @@ ufo.storage-type=0 ufo.local-storage-path= #阿里云oss基本配置 -ufo.aliyun.oss.endpoint=oss-cn-beijing.aliyuncs.com -ufo.aliyun.oss.access-key-id=LTAI4Fi2E9hb17bXrmWxNJ5e -ufo.aliyun.oss.access-key-secret=ssIfJVGyQR9qZCXUzfdvdVxtlIHlAJ -ufo.aliyun.oss.bucket-name=qiwen-file +ufo.aliyun.oss.endpoint= +ufo.aliyun.oss.access-key-id= +ufo.aliyun.oss.access-key-secret= +ufo.aliyun.oss.bucket-name= #阿里云oss绑定域名 -ufo.aliyun.oss.domain=oss.qiwenshare.com +ufo.aliyun.oss.domain= #FastDFS配置 fdfs.so-timeout=1501 fdfs.connect-timeout=601 fdfs.thumb-image.width=150 fdfs.thumb-image.height=150 -fdfs.tracker-list=121.89.222.103:22122 +fdfs.tracker-list=127.0.0.1:22122 @@ -73,7 +73,7 @@ fdfs.tracker-list=121.89.222.103:22122 # Redis数据库索引(默认为0) spring.redis.database=0 # Redis服务器地址 -spring.redis.host=123.56.9.174 +spring.redis.host=127.0.0.1 # Redis服务器连接端口 spring.redis.port=6379 # Redis服务器连接密码(默认为空)