配置文件
This commit is contained in:
parent
41bfb30296
commit
78e8fdecf3
@ -70,10 +70,10 @@ spring:
|
|||||||
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
host: 127.0.0.1 # 地址
|
# host: 127.0.0.1 # 地址
|
||||||
port: 16379 # 端口
|
# port: 16379 # 端口
|
||||||
# host: 192.168.1.120 # 地址
|
host: 192.168.1.120 # 地址
|
||||||
# port: 6379 # 端口
|
port: 6379 # 端口
|
||||||
database: 0 # 数据库索引
|
database: 0 # 数据库索引
|
||||||
# password: dev # 密码,建议生产环境开启
|
# password: dev # 密码,建议生产环境开启
|
||||||
|
|
||||||
@ -174,4 +174,5 @@ tartet:
|
|||||||
remotePort: 22
|
remotePort: 22
|
||||||
username: roots
|
username: roots
|
||||||
password: hnidc0327cn!@#xhh
|
password: hnidc0327cn!@#xhh
|
||||||
remoteDir: /home/ops/ops-pro/file/
|
remoteDir: /home/ops/ops-pro/file/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user