chore(config): 更新生产环境配置中的服务地址
- 将 Redis 主机地址从 IP 更改为服务名 'redis' - 将 Minio URL 中的 IP 地址更改为服务名 'mini'
This commit is contained in:
parent
92f474cccc
commit
4fdc4e7cd7
@ -70,7 +70,7 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: 192.168.0.222
|
||||
host: redis
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
@ -92,7 +92,7 @@ spring:
|
||||
|
||||
# Minio配置
|
||||
minio:
|
||||
url: http://192.168.0.222:9000
|
||||
url: http://mini:9000
|
||||
accessKey: AKICMVR
|
||||
secretKey: wJalrXUtnFEMI
|
||||
bucketName: cmvr-iot
|
||||
|
||||
Loading…
Reference in New Issue
Block a user