chore(config): 更新生产环境配置中的服务地址

- 将 Redis 主机地址从 IP 更改为服务名 'redis'
- 将 Minio URL 中的 IP 地址更改为服务名 'mini'
This commit is contained in:
lixiaolong 2025-12-03 16:51:47 +08:00
parent 92f474cccc
commit 4fdc4e7cd7

View File

@ -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