From 76ec88ee2dc570deeab75c05cebc6e92254e069b Mon Sep 17 00:00:00 2001
From: xusd <hugeinfo123>
Date: Fri, 13 Sep 2024 15:04:15 +0800
Subject: [PATCH] 亿迅对接接口增加
---
dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml b/dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml
index 4ea8b45..6ff80d0 100644
--- a/dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml
+++ b/dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml
@@ -28,7 +28,7 @@
redis:
host: 183.2.142.21
port: 9017
- password: hugeinfo123
+ password: SYSDBA
# 使用的Redis数据库索引(默认为0)
database: 0
# 连接超时时间(毫秒)
--
Gitblit v1.8.0