From f186f661e0ef88ad43c20c272621e8c7506e7b82 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 30 五月 2023 15:44:16 +0800
Subject: [PATCH] bug修改
---
ycl-smoke/src/main/resources/application-pro.yml | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/ycl-smoke/src/main/resources/application-pro.yml b/ycl-smoke/src/main/resources/application-pro.yml
index e55b72c..9cb2073 100644
--- a/ycl-smoke/src/main/resources/application-pro.yml
+++ b/ycl-smoke/src/main/resources/application-pro.yml
@@ -24,9 +24,9 @@
spring:
redis:
database: 0
- host: 10.53.157.24
- port: 6379
- password: ycl2018
+ host: 127.0.0.1
+ port: 6380
+ password: Q(yNR2x^%v@HV
jedis:
pool:
max-active: 8
@@ -65,8 +65,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: http://oss-cn-zjls-lszwy-d01-a.ops.zjlscloud.com
+ keyId: Tkf72Q1gdzETsZf6
+ keySecret: tRk39S6B1kSGARRdS4DF6jxr5nBYj5
+ bucketName: zhzfptoss
\ No newline at end of file
--
Gitblit v1.8.0