Commit 82b7d912 by feixiang

Merge remote-tracking branch 'origin/master'

parents c2b37b39 7770c257
......@@ -23,7 +23,7 @@ class TimeLimitBuyPoolConfig extends PoolProperties
{
// 区别本地和线上的RPC服务地址
$this->uri = explode(',', env('RPC_TIMELIMITBUY_URI', 'timelistbuy:8099'));
$this->uri = explode(',', env('RPC_TIMELIMITBUY_URI', 'timelimitbuy:8099'));
}
protected $name = 'timelimitname';
......
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