From f95df31ceef45cf6486a1bf5be90e5e4075fdb1a Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 01 Jun 2021 17:21:13 +0800 Subject: [PATCH] Merge branch 'yunding' of http://120.27.238.55:7000/r/exchange into yunding --- src/main/resources/application.yml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8a1f6b0..8a3fd03 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -95,6 +95,7 @@ app: debug: true + project: qiya redis_expire: 3000 # k线更新任务控制 kline-update-job: false @@ -107,8 +108,8 @@ loop-job: false rabbit-consumer: false block-job: false - xch-job: false - yunding-consumer: true + xch-job: true + yunding-consumer: false aliyun: oss: -- Gitblit v1.9.1