Commit 451103bf by 王召彬
parents eea020bf 35226725
......@@ -23,7 +23,7 @@ class Wx3rdPoolConfig extends PoolProperties
public function __construct()
{
// 区别本地和线上的RPC服务地址
$this->uri = explode(',', env('RPC_STORE_URI', 'wx3rd:8099'));
$this->uri = explode(',', env('RPC_WX3RD_URI', 'wx3rd:8099'));
}
protected $name = 'wx3rd';
......
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