From bfbb03c514b9e60485ea13d5679e6af2e8aeb354 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 23 Nov 2022 09:44:23 +0800
Subject: [PATCH] 20221117

---
 src/main/resources/application-prod.yml |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index f32c82d..700b3a8 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -15,14 +15,14 @@
       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
 
   redis:
     # Redis数据库索引(默认为 0)
-    database: 4
+    database: 10
     # Redis服务器地址
     host: 127.0.0.1
     # Redis服务器连接端口
@@ -41,6 +41,12 @@
         max-wait: 10000
     # 连接超时时间(毫秒)
     timeout: 5000
+  rabbitmq:
+    host: 127.0.0.1
+    port: 5672
+    username: xc_rabbit
+    password: xuncong123
+    publisher-confirm-type: correlated
 
   jackson:
     date-format: yyyy-MM-dd HH:mm:ss
@@ -49,4 +55,5 @@
 system:
   online-transfer: false
   chain-listener: false
-  trade-job: false
\ No newline at end of file
+  trade-job: true
+  block-job: true
\ No newline at end of file

--
Gitblit v1.9.1