refactor: 更新 Consul 服务地址配置

- 将配置文件中的 Consul 地址从具体 IP 修改为通用的 consul:8500
- 修改相关代码中的 Consul 解析地址为 consul:8500
-此更改提高了配置的可移植性和一致性,适用于开发、测试和生产环境
This commit is contained in:
2025-01-21 21:51:34 +08:00
parent 83a33f2668
commit 1414be406d
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ kitex:
registry:
registry_address:
- 10.21.22.53:8500
- consul:8500
username: ""
password: ""