doc:更新文档说明
This commit is contained in:
parent
f915a23bbd
commit
5519531c06
|
@ -23,11 +23,14 @@ composer require tm_xls/rocket-mq-client-thinkphp
|
||||||
|
|
||||||
### 配置
|
### 配置
|
||||||
```php
|
```php
|
||||||
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'host' => '', //mq地址
|
'host' => env('mq_host', 'http://192.168.21.170:8085'), //mq地址
|
||||||
|
'callback_host' => env('mq_callback_host', 'http://192.168.21.170:8085'),//回调host
|
||||||
'callback' => '/rocketmq/producer/notify',//回调地址默认不做修改
|
'callback' => '/rocketmq/producer/notify',//回调地址默认不做修改
|
||||||
//订阅节点
|
|
||||||
'subscribe' => [
|
'subscribe' => [
|
||||||
|
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user