Commit 3e202f13 by feixiang

Merge remote-tracking branch 'origin/master'

parents a9b20776 c850ac85
...@@ -25,7 +25,7 @@ class BuyerPoolConfig extends PoolProperties ...@@ -25,7 +25,7 @@ class BuyerPoolConfig extends PoolProperties
public function __construct() public function __construct()
{ {
// 区别本地和线上的RPC服务地址 // 区别本地和线上的RPC服务地址
$this->uri = explode(',', env('RPC_AUTH_URI', 'buyer:8099')); $this->uri = explode(',', env('RPC_BUYER_URI', 'buyer:8099'));
} }
/** /**
......
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