From 54af4825ef5a74f16754297b1fccef49472b860e Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 15 八月 2023 21:13:34 +0800 Subject: [PATCH] bug修改 --- ycl-smoke/src/main/resources/application-pro.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ycl-smoke/src/main/resources/application-pro.yml b/ycl-smoke/src/main/resources/application-pro.yml index c429f13..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 -- Gitblit v1.8.0