From 8b6cde991aebcdca6726da58918297a3d1909470 Mon Sep 17 00:00:00 2001
From: Hentua <wangdoubleone@gmail.com>
Date: Wed, 23 Aug 2023 11:05:21 +0800
Subject: [PATCH] fix
---
src/main/resources/application-test.yml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index b4133a2..dcb0185 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -24,11 +24,11 @@
# Redis数据库索引(默认为 0)
database: 10
# Redis服务器地址
- host: 127.0.0.1
+ host: 120.27.238.55
# Redis服务器连接端口
- port: 6379
+ port: 6479
# Redis 密码
- password: d32ncxe@i3#!dV
+ password: d3y6dsdl;f.327
lettuce:
pool:
# 连接池中的最小空闲连接
@@ -82,4 +82,4 @@
serviceName: yiyuanshucai
system:
- job: false
\ No newline at end of file
+ job: true
\ No newline at end of file
--
Gitblit v1.9.1