Commit d8c5d83b by 叶明星

上报日志的rbmq

parent c4862509
Showing with 11 additions and 0 deletions
......@@ -13,4 +13,15 @@ return [
'path'=>realpath(__DIR__ . '/../').'/storage/logs/LogReport/',
'LARAVELS_LISTEN_PORT' => env('LARAVELS_LISTEN_PORT'),
//日志RBMQ的配置
'SCM_WMS_LOG' => [
'queue' => env('RABBITMQ_LOG_QUEUE'),
'host' => env('RABBITMQ_LOG_HOST'),
'port' => env('RABBITMQ_LOG_PORT'),
'username' => env('RABBITMQ_LOG_LOGIN'),
'password' => env('RABBITMQ_LOG_PASSWORD'),
'exchange' => 'scm_wms',
'exchange_type' => 'direct'
],
];
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 sign in to comment