Commit f200a442 by xmy

连接池

parent 2c99b018
...@@ -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