From 7d6ed603337a56a7f65a5398c6c7cd60fdf6741b Mon Sep 17 00:00:00 2001 From: even <827656971@qq.com> Date: Wed, 23 Jul 2025 16:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ops-server/src/main/resources/application-local.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ops-server/src/main/resources/application-local.yaml b/ops-server/src/main/resources/application-local.yaml index 8367ac09..766b013a 100644 --- a/ops-server/src/main/resources/application-local.yaml +++ b/ops-server/src/main/resources/application-local.yaml @@ -70,10 +70,10 @@ spring: # Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优 data: redis: - host: 127.0.0.1 # 地址 - port: 16379 # 端口 -# host: 192.168.1.120 # 地址 -# port: 6379 # 端口 +# host: 127.0.0.1 # 地址 +# port: 16379 # 端口 + host: 192.168.1.120 # 地址 + port: 6379 # 端口 database: 0 # 数据库索引 # password: dev # 密码,建议生产环境开启 @@ -181,4 +181,6 @@ shuimu: username: admin grant-type: password client-id: client - +test-case: + ai: + base-url: http://175.6.27.252:8000/api/v1