mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-07-26 07:28:58 +08:00
ci: 更新 Hazelcast 测试配置
- 修改成员列表,指定具体 IP 地址 - 添加接口配置,支持 IP 地址范围
This commit is contained in:
@@ -15,4 +15,9 @@ hazelcast:
|
||||
tcp-ip:
|
||||
enabled: true
|
||||
member-list:
|
||||
- "10.50.15.0-10.50.15.254"
|
||||
- 10.50.15.62
|
||||
- 10.50.15.56
|
||||
interfaces:
|
||||
enabled: true
|
||||
interfaces:
|
||||
- 10.50.15.*
|
||||
Reference in New Issue
Block a user