lin 6 years ago
parent
commit
99d14e1f04
1 changed files with 2 additions and 1 deletions
  1. 2 1
      common/config/amqp-local.php

+ 2 - 1
common/config/amqp-local.php

@@ -4,7 +4,8 @@ return [
     'class' => 'components\service\Amqp',
 //    'host'	=> '192.168.3.10',
     'host'	=> '127.0.0.1',
-    'port'	=> '5672',
+//    'port'	=> '5672',
+    'port'	=> '5673',
     'user'	=> 'guest',
     'pass'	=> 'Guest',
 ];