From e9d9fc933da97d0131d525513e97d6aa87324209 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 17 Jun 2024 11:29:06 +0800
Subject: [PATCH] 节点限购200个
---
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