From 88393c11eb6303349fe17d8626472e7c5ac79ebb Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期日, 13 四月 2025 09:11:13 +0800
Subject: [PATCH] 修改application配置文件

---
 ansteel-biz/src/main/resources/application.yaml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ansteel-biz/src/main/resources/application.yaml b/ansteel-biz/src/main/resources/application.yaml
index 0c70a09..18848d9 100644
--- a/ansteel-biz/src/main/resources/application.yaml
+++ b/ansteel-biz/src/main/resources/application.yaml
@@ -4,13 +4,13 @@
     name: ansteel-server
 
   profiles:
-    active: dev
+    active: prod
 
   cloud:
     nacos:
       server-addr: localhost:8848 # Nacos 服务器地址
       username: nacos
-      password: nacos
+      password: fG2@jH6#kI
       discovery: # 【配置中心】配置项
         namespace: ${spring.profiles.active}
         group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
@@ -161,6 +161,8 @@
       - t_coking_process_child
       - t_coking_analy_trend
       - t_coking_analy_ind
+      - t_main_process_index_day
+      - t_main_process_index_team
   swagger:
     title: 鞍钢鲅鱼圈能源管控系统
     description: 鞍钢鲅鱼圈能源管控系统

--
Gitblit v1.9.3