From b9ec060243e0b0542e2de461c18fc098823b2899 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 10 Dec 2025 20:32:04 +0800
Subject: [PATCH] feat(newPrice): 更新OKX WebSocket客户端配置
---
src/main/resources/application-test.yml | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 849fecd..bd38b77 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -48,13 +48,13 @@
## redis配置
redis:
## Redis数据库索引(默认为0)
- database: 1
+ database: 0
## Redis服务器地址
- host: 47.114.114.219
+ host: 120.27.238.55
## Redis服务器连接端口
port: 6379
## Redis服务器连接密码(默认为空)
- password: biyi123
+ password: xcong123
jedis:
pool:
## 连接池最大连接数(使用负值表示没有限制)
@@ -95,9 +95,12 @@
redis_expire: 3000
kline-update-job: false
newest-price-update-job: true
+ #日线 该任务不能与最新价处于同一个服务器
+ day-line: true
other-job: true
loop-job: true
rabbit-consumer: true
+ block-job: true
aliyun:
oss:
--
Gitblit v1.9.1