Commit 1e706aa0 by dzhang

Modify

parent 7f432c59
...@@ -23,7 +23,7 @@ class WithdrawCashPoolConfig extends PoolProperties ...@@ -23,7 +23,7 @@ class WithdrawCashPoolConfig extends PoolProperties
public function __construct() 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'; protected $name = 'withdrawCash';
...@@ -81,9 +81,7 @@ class WithdrawCashPoolConfig extends PoolProperties ...@@ -81,9 +81,7 @@ class WithdrawCashPoolConfig extends PoolProperties
* *
* @var array * @var array
*/ */
protected $uri = [ protected $uri = [];
'192.168.3.12:8002',
];
/** /**
* whether to user provider(consul/etcd/zookeeper) * 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