refactor: 更新 Consul 服务地址配置
- 将配置文件中的 Consul 地址从具体 IP 修改为通用的 consul:8500 - 修改相关代码中的 Consul 解析地址为 consul:8500 -此更改提高了配置的可移植性和一致性,适用于开发、测试和生产环境
This commit is contained in:
@@ -9,7 +9,7 @@ kitex:
|
||||
|
||||
registry:
|
||||
registry_address:
|
||||
- 10.21.22.53:8500
|
||||
- consul:8500
|
||||
username: ""
|
||||
password: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user