From e92b00089d8d57899df380135d79864dade09837 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 09 Feb 2023 16:18:59 +0800
Subject: [PATCH] 修改波场JAR 手续费修改成15trx

---
 src/main/resources/application-prod.yml |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 4ee6d70..271769b 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -15,20 +15,25 @@
       datasource:
         # 数据源-1,名称为 base
         base:
-          username: db_tfc
-          password: tfc!@#123
+          username: db_igt
+          password: db_igt123!@#
           driver-class-name: com.mysql.cj.jdbc.Driver
-          url: jdbc:mysql://127.0.0.1:3306/db_tfc?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
+          url: jdbc:mysql://154.91.195.148:3306/db_igt?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
+
+#          username: db_igt_prd
+#          password: igt_prd_123!@#
+#          driver-class-name: com.mysql.cj.jdbc.Driver
+#          url: jdbc:mysql://154.91.195.148:3306/db_igt_prd?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
 
   redis:
     # Redis数据库索引(默认为 0)
-    database: 4
+    database: 10
     # Redis服务器地址
     host: 127.0.0.1
     # Redis服务器连接端口
     port: 6379
     # Redis 密码
-    password: ann123!@#
+    password: dapp!@#123
     lettuce:
       pool:
         # 连接池中的最小空闲连接
@@ -44,8 +49,8 @@
   rabbitmq:
     host: 127.0.0.1
     port: 5672
-    username: abc_user
-    password: abc123
+    username: xc_rabbit
+    password: xuncong123
     publisher-confirm-type: correlated
 
   jackson:
@@ -53,6 +58,7 @@
     time-zone: GMT+8
 
 system:
-  online-transfer: true
-  chain-listener: true
-  trade-job: false
\ No newline at end of file
+  online-transfer: false
+  chain-listener: false
+  trade-job: true
+  block-job: true
\ No newline at end of file

--
Gitblit v1.9.1