配置文件更新
This commit is contained in:
parent
2f7f414679
commit
7d6ed60333
@ -70,10 +70,10 @@ spring:
|
||||
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
||||
data:
|
||||
redis:
|
||||
host: 127.0.0.1 # 地址
|
||||
port: 16379 # 端口
|
||||
# host: 192.168.1.120 # 地址
|
||||
# port: 6379 # 端口
|
||||
# host: 127.0.0.1 # 地址
|
||||
# port: 16379 # 端口
|
||||
host: 192.168.1.120 # 地址
|
||||
port: 6379 # 端口
|
||||
database: 0 # 数据库索引
|
||||
# password: dev # 密码,建议生产环境开启
|
||||
|
||||
@ -181,4 +181,6 @@ shuimu:
|
||||
username: admin
|
||||
grant-type: password
|
||||
client-id: client
|
||||
|
||||
test-case:
|
||||
ai:
|
||||
base-url: http://175.6.27.252:8000/api/v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user