Commit 0638d871 by liwotian name

Merge branch 'master' of http://git.2b3.cn/tencent/services

parents 62d999bf 12be5616
...@@ -24,7 +24,7 @@ class SellerPoolConfig extends PoolProperties ...@@ -24,7 +24,7 @@ class SellerPoolConfig extends PoolProperties
public function __construct() public function __construct()
{ {
// 区别本地和线上的RPC服务地址 // 区别本地和线上的RPC服务地址
$this->uri = explode(',', env('RPC_SELLER_URI', '172.21.0.10:8099,172.16.255.196:8099')); $this->uri = explode(',', env('RPC_SELLER_URI', 'seller:8099'));
} }
protected $name = 'seller'; protected $name = 'seller';
......
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