From 7879ea17cbe9ede4c014a2b8c8c6057dde9ff42f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=80=BF=E9=98=B3?= <997485446@qq.com>
Date: Mon, 24 Feb 2025 12:28:10 +0000
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20conf/prod/config.yaml?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 conf/prod/config.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/prod/config.yaml b/conf/prod/config.yaml
index 039e338..1d0d4d3 100644
--- a/conf/prod/config.yaml
+++ b/conf/prod/config.yaml
@@ -2,10 +2,10 @@ system:
   mode: prod #正式 prod #测试 test #开发 dev
 #  config_source: configmap
 bundleDB:
-  host: 172.16.100.99
-  port: 9007
-  user: artuser
-  password: C250PflXIWv2SQm8
+  host: svc-fontree-mysql-service
+  port: 3306
+  user: fonchain_opv
+  password: IhQmhg8HZjDmU=Ove5PnA^D
   db_name: "fontree_bundle"
 #redis:
 #  db: ${oa-meeting.redis.db}