Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
682c7f39
authored
May 15, 2026
by
ccran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改本地redis地址;
parent
fc110a0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
computility-server/src/main/resources/application-local.yaml
+3
-3
No files found.
computility-server/src/main/resources/application-local.yaml
View file @
682c7f39
...
@@ -68,10 +68,10 @@ spring:
...
@@ -68,10 +68,10 @@ spring:
# password: Luchuan@123
# password: Luchuan@123
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
redis
:
redis
:
host
:
127.0.0.1
# 地址
host
:
42.192.64.253
# 地址
port
:
6379
# 端口
port
:
1
6379
# 端口
database
:
0
# 数据库索引
database
:
0
# 数据库索引
#
password: foobared # 密码,建议生产环境开启
password
:
foobared
# 密码,建议生产环境开启
---
#################### 定时任务相关配置 ####################
---
#################### 定时任务相关配置 ####################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment