From 0a01ba3f4f8f05388225ec385b9ce73221b646c4 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 07 Jun 2022 10:48:41 +0800
Subject: [PATCH] fix config properties

---
 src/main/resources/application-test.yml |    4 ++--
 src/main/resources/application.yml      |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 6682654..1b0fee8 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -49,5 +49,5 @@
     publisher-confirm-type: correlated
 
 system:
-  online-transfer: true
-  chain-listener: true
\ No newline at end of file
+  online-transfer: false
+  chain-listener: false
\ No newline at end of file
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 2296f67..1b11987 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8080
+  port: 8081
   tomcat:
     uri-encoding: utf-8
 

--
Gitblit v1.9.1