From d01541d82b91b543e6830364945c0182b244b270 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 29 Oct 2020 11:26:16 +0800
Subject: [PATCH] modify
---
src/main/resources/application-test.yml | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 5b5008b..7f2ad3a 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -48,7 +48,7 @@
## redis配置
redis:
## Redis数据库索引(默认为0)
- database: 1
+ database: 10
## Redis服务器地址
host: 47.114.114.219
## Redis服务器连接端口
@@ -91,12 +91,16 @@
app:
- debug: true
+ debug: false
redis_expire: 3000
kline-update-job: false
- newest-price-update-job: true
+ newest-price-update-job: false
+ #日线 该任务不能与最新价处于同一个服务器
+ day-line: true
other-job: true
+ loop-job: true
rabbit-consumer: true
+ block-job: true
aliyun:
oss:
--
Gitblit v1.9.1