Browse Source

生产数据库由外网地址改为内网地址

liyuyi@c-top.com.cn 3 năm trước cách đây
mục cha
commit
46ee91f605
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      config/config.yaml

+ 2 - 2
config/config.yaml

@@ -26,7 +26,7 @@ mac_ip_config:
 
 # jeecg-boot 生产数据库
 jeecg_boot_product_db:
-  host: 139.186.27.96
+  host: 172.30.0.4
   user: data
   password: hcst@2021
   port: 3390
@@ -54,7 +54,7 @@ ai_word_dev_db:
 
 # db_ai_word 生产数据库
 ai_word_product_db:
-  host: 139.186.27.96
+  host: 172.30.0.4
   user: data
   password: hcst@2021
   port: 3390