文献校对功能转rabbitMQ
This commit is contained in:
16
application/extra/rabbitmq.php
Normal file
16
application/extra/rabbitmq.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 5672,
|
||||
'user' => 'admin',
|
||||
'password' => '751019',
|
||||
'vhost' => '/',
|
||||
|
||||
'reference_check' => [
|
||||
'exchange' => 'reference_check',
|
||||
'queue' => 'ref_check.article',
|
||||
'dlq' => 'ref_check.article.dlq',
|
||||
'route_key' => 'article.start',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user