From 7c86454ff569dc54bbe7e34988750a1df762a2c3 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 12 Jul 2022 10:42:33 +0800
Subject: [PATCH] 内网密码修改

---
 src/main/resources/application-test.yml |   32 +++++++++++++++++++++++---------
 1 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 9712df6..bdac060 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -16,22 +16,37 @@
 
   datasource:
     # MySql
-    url: jdbc:mysql://223.82.109.183:2083/zhba?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+    url: jdbc:mysql://61.131.136.25:2083/zhba?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
     username: root
-    password: zhba0728
+    password: ZHba@0112
+
+#  rabbitmq:
+#    host: 192.168.0.197
+#    port: 5672
+#    username: admin
+#    password: admin
 
 #ftp 设置
 ftp:
-  sqlConnect: jdbc:mysql://223.82.109.183:2083/zhba-test?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
-  ftpHost: 192.168.0.199
+  sqlConnect: jdbc:mysql://61.131.136.25:2083/zhba?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+  ftpHost: 192.168.0.198
   ftpPort: 21
-#  ftpUserName: anonymous
   ftpUserName: arsn
   ftpPassword: 123456
+  ftpUserNameOut: arsn
+  ftpPasswordOut: 123456
   ftpPath: anbao/
-  localPath: D:\anbao\
-  minioPath: D:\ftptp\
-  jsonUrl: D:\anbao\
+  localPath: E:\anbao\
+  minioPath: E:\ftptp\
+  jsonUrl: E:\anbao\
+  sqlUsername: root
+  sqlPassword: ZHba@0112
+
+
+
+#公共配置
+common:
+  socketPort: 9034
 
     # PostgreSQL
     #url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
@@ -64,4 +79,3 @@
     remote-mode: true
     upload-domain: http://localhost:8999
     remote-path: /usr/share/nginx/html
-

--
Gitblit v1.9.3