From f38f22829178eff423381419b3f975dc14d14c38 Mon Sep 17 00:00:00 2001 From: chenshaohua <635616957@qq.com> Date: Thu, 2 Apr 2026 22:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=BA=93=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application-dev.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index ff09ca9..78de718 100644 --- a/ruoyi-admin/src/main/resources/application-dev.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -69,7 +69,7 @@ spring: # 数据库索引 database: 0 # 密码 - password: ZKR2024@@.com + password: SHZ2026@@.com # 连接超时时间 timeout: 10s lettuce: @@ -93,7 +93,7 @@ easy-es: db-config: refresh-policy: immediate username: elastic - password: shz2025@@.com + password: SHZ2026@@.com chat: baseUrl: http://127.0.0.1:8082 @@ -111,5 +111,5 @@ chat: model: qd-job-turbo audioText: - asr: http://192.168.0.14:8001/asr/file - tts: http://192.168.0.14:19527/synthesize \ No newline at end of file + asr: http://127.0.0.1:8000/asr/file + tts: http://127.0.0.1:19527/synthesize \ No newline at end of file