Commit a63423bc by liwotianname

brargain limit pollconfig 更改

parent 75e978fc
......@@ -21,21 +21,14 @@ use Swoft\Bean\Annotation\Value;
class BargainPoolConfig extends PoolProperties
{
<<<<<<< HEAD
=======
>>>>>>> 67d11e9d1c40be5b86a0d76e64c27c95b7f7be07
public function __construct()
{
// 区别本地和线上的RPC服务地址
$this->uri = explode(',', env('RPC_BARGAIN_URI', 'bargain:8099'));
<<<<<<< HEAD
}
=======
}
>>>>>>> 67d11e9d1c40be5b86a0d76e64c27c95b7f7be07
protected $name = 'bargain';
/**
......
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