Commit beddfc3c by feixiang

Merge remote-tracking branch 'origin/master'

parents a8bc830a 8f6a7c0c
......@@ -75,8 +75,8 @@ class BuyerPoolConfig extends PoolProperties
*
*/
protected $uri = [
"172.21.0.2:8099",
"172.16.255.174:8099"
"172.21.0.48:8099",
"172.16.255.2:8099"
];
......
......@@ -78,7 +78,8 @@ class GoodsPoolConfig extends PoolProperties
* @var array
*/
protected $uri = [
'192.168.3.39:8400',
'172.21.0.9:8099',
'172.16.255.13:8099',
];
/**
......
......@@ -78,7 +78,8 @@ class SellerDistributionPoolConfig extends PoolProperties
* @var array
*/
protected $uri = [
'192.168.3.39:8100',
'172.21.0.46:8099',
'172.16.255.116:8099',
];
/**
......
......@@ -78,7 +78,8 @@ class SellerPoolConfig extends PoolProperties
* @var array
*/
protected $uri = [
'192.168.3.39:8099',
'172.21.0.19:8099',
'172.16.255.30:8099',
];
/**
......
......@@ -78,7 +78,8 @@ class StorePoolConfig extends PoolProperties
* @var array
*/
protected $uri = [
'192.168.3.23:8098',
'172.21.0.13:8098',
'172.16.255.191:8098',
];
/**
......
......@@ -78,7 +78,8 @@ class VipPoolConfig extends PoolProperties
* @var array
*/
protected $uri = [
'192.168.3.39:8200',
'172.21.0.39:8200',
'172.16.255.134:8200',
];
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment