Files
tougao/application/extra/rabbitmq.php
2026-06-02 10:00:36 +08:00

17 lines
335 B
PHP

<?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',
],
];