10 lines
249 B
PHP
10 lines
249 B
PHP
<?php
|
|
return [
|
|
'host' => env('mq_host', 'http://192.168.21.170:8085'),
|
|
'callback_host' => env('mq_callback_host', 'http://192.168.21.170:8085'),
|
|
'callback' => '/rocketmq/producer/notify',
|
|
'subscribe' => [
|
|
|
|
]
|
|
];
|