From 6b7a98a866dc46bfddb5663b9a3a15ea2972996e Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 24 Jun 2024 10:28:39 +0800
Subject: [PATCH] 后台矩阵列表
---
src/main/resources/application-test.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index c98e97b..56975be 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -49,7 +49,7 @@
publisher-confirm-type: correlated
system:
- online-transfer: true
- chain-listener: true
- reset-job: true
+ online-transfer: false
+ chain-listener: false
+ reset-job: false
debug: false
--
Gitblit v1.9.1