From d663147264d0fc97e9e7ddbd4aeee69e833ad025 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 02 Jun 2026 15:14:02 +0800
Subject: [PATCH] fix(okxNewPrice): 修复合约面值配置错误并更新文档

---
 src/main/resources/application.yml |   43 +------------------------------------------
 1 files changed, 1 insertions(+), 42 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index d55ef86..d6cdaf2 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -7,7 +7,7 @@
   OKEX:
     baseurl: https://www.okex.com
   profiles:
-    active: app
+    active: test
   datasource:
     url: jdbc:mysql://120.27.238.55:3406/db_base?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
     username: ct_test
@@ -47,47 +47,6 @@
   ## 国际化配置
   messages:
     basename: i18n/messages
-  ## redis配置
-  redis:
-    # Redis数据库索引(默认为 0)
-    database: 13
-    # Redis服务器地址
-    host: 120.27.238.55
-    # Redis服务器连接端口
-    port: 6479
-    # Redis 密码
-    password: d3y6dsdl;f.327
-    lettuce:
-      pool:
-        # 连接池中的最小空闲连接
-        min-idle: 8
-        # 连接池中的最大空闲连接
-        max-idle: 500
-        # 连接池最大连接数(使用负值表示没有限制)
-        max-active: 2000
-        # 连接池最大阻塞等待时间(使用负值表示没有限制)
-        max-wait: 10000
-    # 连接超时时间(毫秒)
-    timeout: 500000
-
-  rabbitmq:
-    host: 120.27.238.55
-    port: 5672
-    username: ct_rabbit
-    password: 123456
-    publisher-confirm-type: correlated
-
-
-#custom:
-#  rabbitmq:
-#    host: 120.27.238.55
-#    port: 5672
-#    username: ct_rabbit
-#    password: 123456
-
-mybatis-plus:
-  mapper-locations: classpath:mapper/**/*.xml
-
 
 app:
   debug: false

--
Gitblit v1.9.1