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 配置
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: 192.168.0.222
|
host: redis
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 6379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
@ -92,7 +92,7 @@ spring:
|
|||||||
|
|
||||||
# Minio配置
|
# Minio配置
|
||||||
minio:
|
minio:
|
||||||
url: http://192.168.0.222:9000
|
url: http://mini:9000
|
||||||
accessKey: AKICMVR
|
accessKey: AKICMVR
|
||||||
secretKey: wJalrXUtnFEMI
|
secretKey: wJalrXUtnFEMI
|
||||||
bucketName: cmvr-iot
|
bucketName: cmvr-iot
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user