Commit eaea326b by 王洁

RPC_SCHEDULE_URI

parent 2ec35dab
......@@ -23,10 +23,10 @@ class SMSPoolConfig extends PoolProperties
public function __construct()
{
// 区别本地和线上的RPC服务地址
$this->uri = explode(',', env('RPC_SCHEDULE_URI', 'schedule:8099'));
$this->uri = explode(',', env('RPC_SMS_URI', 'smspackage:8099'));
}
protected $name = 'sms';
......
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