From 95a2b100ee6f1ed4f7231e7d4c6832e101afc019 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期五, 31 三月 2023 14:15:42 +0800 Subject: [PATCH] 屏蔽日志 --- ycl-platform/src/main/resources/application-dev.yml | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/resources/application-dev.yml b/ycl-platform/src/main/resources/application-dev.yml index 469d7c8..7f25105 100644 --- a/ycl-platform/src/main/resources/application-dev.yml +++ b/ycl-platform/src/main/resources/application-dev.yml @@ -71,4 +71,11 @@ port: 8281 userName: suichang passWord: a12345677 - ip: 10.10.10.10 \ No newline at end of file + ip: 10.10.10.10 + +aliyun: + oss: + endpoint: https://oss-cn-chengdu.aliyuncs.com + keyId: LTAI5tRpMjypcziJ2WAWEKsV + keySecret: U7CPi1JqOWvTbdLR99duJ8ev3tcjRp + bucketName: upload-bzh-new -- Gitblit v1.8.0