From b0d750a9836ce269c7f4a58b953686038d03532a Mon Sep 17 00:00:00 2001 From: baizonghao <1719256278@qq.com> Date: 星期三, 08 三月 2023 13:58:32 +0800 Subject: [PATCH] 修改油烟redis配置 --- ycl-smoke/src/main/resources/application-dev.yml | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ycl-smoke/src/main/resources/application-dev.yml b/ycl-smoke/src/main/resources/application-dev.yml index 397270e..3ff8ca9 100644 --- a/ycl-smoke/src/main/resources/application-dev.yml +++ b/ycl-smoke/src/main/resources/application-dev.yml @@ -66,8 +66,15 @@ url: http://localhost:8082/sccg/text/sms_res videoPoint: - url: http://183.245.159.161:8281 - port: 8281 + url: http://172.28.194.180:7902 + port: 7902 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: LTAI5tJTmV5pnPKjwvpdjyfi + keySecret: HRXGIrDdnhdlvV5AoOB4k9NxYP0G9Z + bucketName: baizonghao-upload \ No newline at end of file -- Gitblit v1.8.0