Commit a6d53330 by 王召彬

test

parent d15b271d
......@@ -74,12 +74,10 @@ class StorePoolConfig extends PoolProperties
* '127.0.0.1:88'
* ]
* </pre>
*
* @Value(name="172.21.0.44:8099,172.16.255.190:8099", env="${RPC_STORE_URI}")
* @var array
*/
protected $uri = [
'192.168.3.23:8098',
];
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