From 756a9478ec9aed062d5bc8b8a26aba805767e89d Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 02 Jun 2020 20:21:27 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin.git

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

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index d168c0f..98f6ea1 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -93,9 +93,10 @@
 app:
   debug: true
   redis_expire: 3000
-  kline-update-job: true
-  newest-price-update-job: true
-  other-job: true
+  kline-update-job: false
+  newest-price-update-job: false
+  other-job: false
+  rabbit-consumer: false
 
 aliyun:
   oss:

--
Gitblit v1.9.1