From dac9b1293fc59f64856bd8f9d6d872cfd5bef715 Mon Sep 17 00:00:00 2001
From: liyj <15602261488@163.com>
Date: Mon, 23 Sep 2024 16:41:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/gzdyh_test' into gzdyh_test
---
dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml | 3 +--
1 files changed, 1 insertions(+), 2 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..c1307e6 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
# 连接超时时间(毫秒)
@@ -94,6 +94,5 @@
context-path: /
ssl:
enabled: false
-
ai:
url: http://183.2.142.21:9003
\ No newline at end of file
--
Gitblit v1.8.0