Commit fa67e730 by liwotian name

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

parents 62637a32 1e706aa0
......@@ -23,7 +23,7 @@ class WithdrawCashPoolConfig extends PoolProperties
public function __construct()
{
$this->uri=explode(',',env('RPC_WITHDRAWCASH_URI','172.21.0.33:8099,172.16.255.12:8099'));
$this->uri=explode(',',env('RPC_WITHDRAWCASH_URI','draw-money:8099'));
}
protected $name = 'withdrawCash';
......@@ -81,9 +81,7 @@ class WithdrawCashPoolConfig extends PoolProperties
*
* @var array
*/
protected $uri = [
'192.168.3.12:8002',
];
protected $uri = [];
/**
* whether to user provider(consul/etcd/zookeeper)
......
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