From 25cf02be9f813de87bc1e43c18a6ba057602c512 Mon Sep 17 00:00:00 2001
From: zhouxiantao <1026371446@qq.com>
Date: Mon, 09 Sep 2024 11:14:21 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/backEnd/gz-dyh

---
 dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml |    7 +++++--
 1 files changed, 5 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 a32c8a2..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
     # 连接超时时间(毫秒)
@@ -93,4 +93,7 @@
     servlet:
       context-path: /
     ssl:
-      enabled: false
\ No newline at end of file
+      enabled: false
+
+ai:
+  url: http://183.2.142.21:9003
\ No newline at end of file

--
Gitblit v1.8.0