From cf56ebbecf2c8fc695e95c4d84949182260ee082 Mon Sep 17 00:00:00 2001 From: liriming <1343021927@qq.com> Date: 星期五, 20 十二月 2024 10:27:51 +0800 Subject: [PATCH] 调度建议与预警信息 --- shasteel-biz/src/main/resources/application.yaml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shasteel-biz/src/main/resources/application.yaml b/shasteel-biz/src/main/resources/application.yaml index e1a2920..392f692 100644 --- a/shasteel-biz/src/main/resources/application.yaml +++ b/shasteel-biz/src/main/resources/application.yaml @@ -4,11 +4,11 @@ name: shasteel-server profiles: - active: test + active: prod cloud: nacos: - server-addr: 172.16.8.100:8848 # Nacos 服务器地址 + server-addr: localhost:8848 # Nacos 服务器地址 username: nacos password: nacos discovery: # 【配置中心】配置项 -- Gitblit v1.9.3